WebClient POST data.

  • Thread starter Thread starter Tom
  • Start date Start date
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
 
Hi Tom,

What is it you want to do, hoppily not using the messagebox on an IE client?

Cor
 
Back
Top