T
Tom
Hey,
On the server side, i am using
<?php
print_r($_REQUEST);
?>
To show me the data posted, so i know its not the server at fault..
My code,
MsgBox(wc.UploadString(New Uri("http://xxxxxxxxxxxx/xxxxxss.php?rand=" &
GetRandomNumber(999, 999999)), "POST", "&ssdata=blah&verify=xxxxx"))
Looks like it should work, but the POST data is never actually received
by the serverside script, possibly because of an Invalid post? All i
receive back is the random number i sent on the querystring.
Cheers
Tom
On the server side, i am using
<?php
print_r($_REQUEST);
?>
To show me the data posted, so i know its not the server at fault..
My code,
MsgBox(wc.UploadString(New Uri("http://xxxxxxxxxxxx/xxxxxss.php?rand=" &
GetRandomNumber(999, 999999)), "POST", "&ssdata=blah&verify=xxxxx"))
Looks like it should work, but the POST data is never actually received
by the serverside script, possibly because of an Invalid post? All i
receive back is the random number i sent on the querystring.
Cheers
Tom