I'm trying to figure out a way to call an html form from C, inject a bit of javascript, then submit the file and check the new URL (header from php) to make sure the form submitted correctly. Got any ideas???
+2
A:
I think you want something like libcurl.
For an example see http://curl.haxx.se/libcurl/c/post-callback.html
Artelius
2009-10-17 01:57:40
Sweet, this looks like it might work! Thank you :)
justin
2009-10-17 03:43:04