Thanks...
I have one PHP form which collects the data from the user. Then I output that data into a formatted HTML page using another PHP file.
When the user has completed the form, they click "Create Document". This then starts the post which generates the new PHP file. To the user, it has just generated a nicely formatted form with the content they have keyed in the fields.
I need to know how to echo the data from the initial forms textarea into the new php page (converted form).
When I did this retieving data from MySQL, I used "nl2br" but I am not sure how to make this work now?
Thanks
Jonathan