send request via post method

how do i send post with data to a php page on the net using c++? im using this for a file uploading site for my school group. and also, im planning to pass this as my project. but, i cant find a concrete way on how to send post method with data to a php page. ive been fed up with a lot of answers from the net, yet, each time i try to use them, i get errors. ive tried every library you can see till the third o of google. ive also tried a wrapper from this site, but, ive got no succes. im using dev c++.
If you post your code so far along with a copy+paste of the errors you are getting then I'm sure it would be faster for us to help you fix them then it would be for you to have to start from scratch with a new suggestion.

Also, make sure this isn't outward facing.
16 21 F:\projects\tryHTTPwrapper\ThirdParty\ATLRegExp\atlrx.h [Error] atlbase.h: No such file or directory

here is the error. i used this wrapper: http://www.codeproject.com/Articles/66625/A-Fully-Featured-Windows-HTTP-Wrapper-in-C
Huh, it appears that MS removed a whole bunch of ATL headers in 2008: http://msdn.microsoft.com/en-us/library/cc714309(v=vs.90).aspx

It might take me a minute to figure out what is being called from this header.
I'm a spaz today. It says right at the top of that MSDN page that I linked you to where you can find these headers: http://atlserver.codeplex.com/
I've verified that it's there OP. Let us know me know if this fixed it.
thanks, ill check it out and get back on you when im done.
Topic archived. No new replies allowed.