php-db | 2001071
Date: 07/14/01
- Next message: Jarek Zgoda: "Odp: [PHP-DB] Interbase/PHP/Apache implimentation"
- Previous message: Christopher Hebert: "[PHP-DB] display errors"
- In reply to: Christopher Hebert: "[PHP-DB] display errors"
- Next in thread: Mats Remman: "RE: [PHP-DB] Authomatic Sorting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jarek Zgoda: "Odp: [PHP-DB] Interbase/PHP/Apache implimentation"
- Previous message: Christopher Hebert: "[PHP-DB] display errors"
- In reply to: Christopher Hebert: "[PHP-DB] display errors"
- Next in thread: Mats Remman: "RE: [PHP-DB] Authomatic Sorting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

