I have a form that i use to enter texts into an sql db, and i was wondering how i can replace the line breakers with the <br> html tag?
what is the line break that the sql sees? <script language="JavaScript">
take a look at this page for some examples on how to remove line breaks or replace them...
http://www.trans4mind.com/personal_development/phpTutorial/strings.htm
10x dude
nl2br() is designed exactly for this.