[web] C++ HTTP Requests

Started by
20 comments, last by GameDev.net 18 years, 3 months ago
If I used That HTTP-GET class and used 'stdout' in PHP...would I use 'read()' untill complete() = true, or would I send a special value like "FINISHED_STREAM" with stdout when finished?
Advertisement
I don't know much about PHP...What would the code look like?
What would the cod be to read Variables like

servers.php?action=add?name=MyGame

and how would I add/remove a game to/from a MySQL table with IP address and game type and name?

This topic is closed to new replies.

Advertisement