Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yudazdk

    Issuing an http request via c

    Is there a library in c for curl ? Regards
  2. yudazdk

    Issuing an http request via c

    Hello OS: RedHat Linux I have to write a c program that should issue an HTTP GET request such as the following: localhost/seo/test_tal.php?val=2 (The script updates a row in the database table) I tried using socket for that on port 80. I used functions: 1) sockfd = socket(PF_INET...

Part and Inventory Search

Back
Top