[solved]form posting textarea problem
Posted: Mon May 21, 2007 8:00 am
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.
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.