passing multiline text from textarea to another page
I have as result a one-line-only text.
I know it's easy, but this morning my memory won't work.
thanks
Moderators: macek, egami, gesf



<?php
$str = str_replace('\n', '<br>', $_GET['txt']);
?><?php
$str = $_GET['txt'];
?>

Users browsing this forum: No registered users and 1 guest