That's a pretty though one - I want to send and receive variables from
VB (in excel) to a designated webpage (PHP) which will return a set of variables to
VB -
The first issue is how to send out variables from excel to a webpage ?
1st thought is to call the webpage with the variables in the address like: http:\\www.servername.com\test.php?Var1=$Variable1
That officialy isn't acceptable because $Variable1 could be > 400Kb
Then how to get the webpage PHP to send back to
VB
Anyone with a thought or a link for me to start on this - Thanks.