Hi,
Im trying to pass a text on a redirect as:
$text = "Some text
with linebreaks in it";
header("Location: add_user.php?text=$text")
I want to preserv the linebreaks. As for now, only the first line is submitted.
Is there a smart way around this?
Do I have to replace the linebreaks before redirect and than re-replace them on destination?
By the way is there a way to redirect using POST instead?
That would also solve the problem i think.
I'm very grateful for all help provided, I'm a little desperate.
//Ludo