Quote:
|
Originally Posted by nkoplm
try using ' quotes instead of "
ie
$url = 'pageid=first&serv=1.0';
if you have variables imbeded in your string then you will have to figgure out the difference between ' and ", just google it, theres lots of info im sure
|
I tried usind ' insted of "
but the result is ....
pageid=first and the serv part is missing...
I am using LPW:UserAgent to send the request to the server...