Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001071

RE: [PHP-DB] display errors From: Matthew Loff (matt <email protected>)
Date: 07/14/01

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:innovator <email protected>]
Sent: Thursday, July 12, 2001 4:07 PM
To: php-db <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: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>