Hi
I'm using a textarea tag in a form and passing the values and retrieving them in other php page with post method.
My problem is whatever i type in the textarea is just appending all the lines and just printing like this "Hi
House is for ready to occupy. COntact 3234232 thank you. "
But what i want is i would like to get it as line by line how can i do it in our php?
Line by line means:
-------------------------
Hi
House is for ready to occupy.
COntact 3234232,
thank you.
I'm just entering the lines as it is above in the textarea box.
Anybody Please kindly help me out from this.
Thank you.
[solved]form posting textarea problem
Moderator: General Moderators
[solved]form posting textarea problem
Last edited by dharprog on Mon May 21, 2007 8:30 am, edited 1 time in total.
-
blackbeard
- Forum Contributor
- Posts: 123
- Joined: Thu Aug 03, 2006 6:20 pm