php-general | 2003022
Date: 02/24/03
- Next message: Jonas Geiregat: "[PHP] general question ?"
- Previous message: 1LT John W. Holmes: "Re: [PHP] PHP_SELF syntax"
- In reply to: Daniel Guerrier: "[PHP] Keep cariage returns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Is it possible to maintain the carriage returns in a
> database insert. When I input data from a textfield
> with returns into the database, it is lost on a
> subsequent select and print.
They're still there, they don't disappear for no reason. HTML does not
understand newlines, though, only <br> elements. Look into the nl2br()
function.
---John Holmes...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jonas Geiregat: "[PHP] general question ?"
- Previous message: 1LT John W. Holmes: "Re: [PHP] PHP_SELF syntax"
- In reply to: Daniel Guerrier: "[PHP] Keep cariage returns"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

