QUERY to the website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eternalLearner
    New Member
    • May 2007
    • 35

    QUERY to the website

    hi,
    i need to send queries to a website and get the results from it.
    and i need to automate this process.
    please guide me on how this is possible.
    i.e if there is a tool,script,com mand etc.
    i am using a unix system.

    Thanks :)
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    What kind of queries do you want to send to the website? Do you want to read content displayed on some web pages? Do you want to do it in C or C++?

    Comment

    • eternalLearner
      New Member
      • May 2007
      • 35

      #3
      Originally posted by r035198x
      What kind of queries do you want to send to the website? Do you want to read content displayed on some web pages? Do you want to do it in C or C++?
      hi,
      I wish to send a input string to the server and then get the processed output.
      I am ok with c,c++ or perl .
      Thanks :)

      Comment

      • eternalLearner
        New Member
        • May 2007
        • 35

        #4
        hi,
        can anybody please help on this problem.
        I really need some guidance on this issue.

        Comment

        • arnaudk
          Contributor
          • Sep 2007
          • 425

          #5
          10sec of googling turned up libcurl, an easy to use open source C API you can use to communicate with webservers and much more. Now, you could have done that...

          Comment

          • eternalLearner
            New Member
            • May 2007
            • 35

            #6
            thanks a lot.
            but i am a bit bad in googling
            but thanks a zillion. :)

            Comment

            Working...