Hi, I am trying to pass a variable from one page to another. this works fine for everything except when the $var starts with an inverted comma, where 'blah becomes \'blah
Any ideas (php4.1.0)?
php4 adds a slash when passing a variabele just use stripslashes($string) to remove them