views:

41

answers:

1

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
Sweet, this looks like it might work! Thank you :)
justin