I've a script that uses '&'
However, if I pass that as a variable to another page, everything after it, gets ignored...
I've tried:
1. Esacping the character with '\' 2. Using &
But nothing works... Any ideas how to include an '&' in my variable?
http://php.net/urlencode
-- Stuart
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

