Hi guys!

Situation:

$intext = "blablabla ' blablabla";
then this $intext is passed to out.php (as parameter out.php?intext=...)

the problem is that from out.php I need to echo this $intext but I get:

blablabla \' blablabla

the question is.. how to fight this backslash out of there?


Thanks, Maris



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

Reply via email to