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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.