> 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.

You can try urlencode().  The problem with that, however, is whether or
not clickrate.php is running urldecode() on any of the variables.

Chris



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

Reply via email to