You need to run the link value through urlencode() before you stick it
in the url. When you need to read it as a legal url again, pass it
through urldecode().

..michael..


On Thu, 2002-06-20 at 11:20, Lisi wrote:
> I have the following link in my code:
> 
> 
>clickrate.php?site=sitename&link=http://www.clientsite.com/store.php?id=430&action=menu
> 
> There are two variables I am trying to pass to clickrate, site and link. 
> The full link is http://www.clientsite.com/store.php?id=430&action=menu.
> 
> The problem is that since the link itself has variables being passed, 
> action is being passed as a separate variable and the full link is getting 
> cut off.
> 
> I tried using htmlspecialchars, and surrounding the link with quotes, but 
> nothing worked.
> 
> Any ideas?
> 
> Thanks,
> 
> -Lisi
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to