hi all,
I am passing textarea's value through query string like..
<a href="file.php?textarea=$textarea_value">Click here </a>
what i want is :
1) I want to see the textarea value as it is in the next page.
2) i use nl2br($textarea_value) but it is not working when value goes throug query string..
i want to see all the line breaks even the textarea value is passed through query string ..
can anybody help ??
Thanx
Tabish