Re: [PHP-DB] losing data from a mysql database field

2001-07-10 Thread Dobromir Velev
Hi, did you try to use quotes around the field value or echo ""; Dobromir Velev -Original Message- From: Geoffrey Makstutis <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, July 10, 2001 9:03 PM Subject: [PHP-DB] losing data from

[PHP-DB] losing data from a mysql database field

2001-07-10 Thread Geoffrey Makstutis
Hi, I'm having an odd occurrence using mysql. If I insert into a varchar field with information like "This is the information", it works fine and I can retreive and display the data using a normal 'print' or 'echo' statement. However, if I try to display the data in a form field (so that I can