Adding content to site using web forms

Associate
Joined
29 Mar 2004
Posts
593
Location
Cambs, UK
Hi all.

I have designed a website, which is driven from a mysql database using php.

I have also designed a form that I use to add content to the website (the blog part of the site).

The only way I can get the blog article to display with a carriage return is by adding a <p> or <br/> tag in the form.

How can I get it so that mysql/php recognises that there is a carriage return in the form?

Cheers in advance,

Edward
 
Back
Top Bottom