i tried to create a post request in my script but i have some issues
like spaii mentioned here http://forum.maniaplanet.com/viewtopic. ... 48#p144248
requests like that end up with parameters sent via GETspaii wrote:by the way, with CreatePost, in php, I have to get the posted variables with $_GET and not $_POST
Code: Select all
Http.CreatePost("url.php?param=value", "");
Code: Select all
Http.CreatePost("url.php", "param=value");
and what's the point of the second parameter "Resource"
thanks in advance
steff