I'm assuiming this means you're pulling the name from the DB and putting
it as the value of a text input, as in:

INPUT TYPE=TEXT NAME="name" VALUE="$name"

The quotes should fix that problem.  


-----Original Message-----
From: Christopher Hebert [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 12, 2001 4:07 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] display errors


i am using php3 and mysql to develop a scheuler app. i have a column
name name (varchar 40)

i am pulling the value into a text field with a name=name and value
=$name on a php page.

the problem is for ie.

name=chris hebert

i get chris in my text field.

it stops displying the data at the space.

thoughts.

CSHebert







-- 
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]


-- 
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