Hi.
When a user registers on my site, they submit their address in a text area.
Text area code:
However, there is a problem. If I enter my address like this:
111 A Posh Street
Small Town
Smogy City
London
...when I use a PHP session to display the users address in their account it displays like this:
111 A Posh Street Small Town Smogy City London
Could anyone advise me on where the problem lies?
Thanks for reading!
When a user registers on my site, they submit their address in a text area.
Text area code:
PHP:
<textarea name="address" cols="30" rows="6" class="header_11" id="address">Name and Address</textarea>
111 A Posh Street
Small Town
Smogy City
London
...when I use a PHP session to display the users address in their account it displays like this:
111 A Posh Street Small Town Smogy City London
Could anyone advise me on where the problem lies?
Thanks for reading!
Last edited:






