Bård Farstad <[EMAIL PROTECTED]> wrote:
> Hi all,

> I'm writing an application which uses the PHP interface to informix. I'm 
> having trouble with newlines in char/varchar or lvarchar fields.

> How can I store newlines (\n) to an informix database without using blobs?

You need to escape newlines or replace them eg. with <br>.

                Chris.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to