just a short question which i don't understand.
Why is this working
Code: Select all
put URL "http://website/script.php" into varResults
Code: Select all
put quote & gIP & "/script.php" & quote into tGetshow
answer tGetshow
put URL tGetdata into varResults
the answer command is giving me the correct address with quotes
So you might think it is correct
but the put URL command does not put the received information into varResults but the webaddress
in better words, the results should be put in a field, but instead of the result the webaddress is shown
so http:// is known and also the scriptname.php is known
just the address or IP address can change
can anyone help me in the right direction?
thanks very very much!