hey...how do you pass a string containing a '&' to a script as a variable?
say i want to do "script.php?variable=a&r" obviously a goes into variable and r is treated as a different variable.
any help would be greatly appreciated. thanks
urlencode() and urldecode().
http://www.php.net/manual/en/function.urlencode.php