hi all
i have a text area and when i submit that to a php page what does the php recive.
example if i type :
first line
second line
two spaces
does it send somthing like
first line<br>second line<br>two <br>
or is somthing else sent to the php script
thanks for any input
eirc
i have a text area and when i submit that to a php page what does the php recive.
example if i type :
first line
second line
two spaces
does it send somthing like
first line<br>second line<br>two <br>
or is somthing else sent to the php script
thanks for any input
eirc
Comment