'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].'
Posted: Sat Mar 28, 2009 7:24 pm
Hi,
I am sending the code below to popup window using javascript..
which generates a link looking like:
When I use $_GET['url'] to retreive the variable, everything from the & symbol is missing..
How can I get around that?
Thanks
I am sending the code below to popup window using javascript..
Code: Select all
./tellafriend.php?url=http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].'"Code: Select all
http://www.domain.com/tellafriend.php?u ... itemid=111How can I get around that?
Thanks