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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top