php-db | 2001041
Date: 04/10/01
- Next message: Russ Michell: "Re: [PHP-DB] checkbox checking.."
- Previous message: Jonathan Underfoot: "[PHP-DB] A Real PHP problem for a change..."
- Next in thread: Russ Michell: "Re: [PHP-DB] checkbox checking.."
- Reply: Russ Michell: "Re: [PHP-DB] checkbox checking.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
you could use an enum('yes','no') field instead of a char(1).
And then try to do instead of if (!empty($var)) something like
if ($var == "yes")...
jsut a thought..
Johannes
-- 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: Russ Michell: "Re: [PHP-DB] checkbox checking.."
- Previous message: Jonathan Underfoot: "[PHP-DB] A Real PHP problem for a change..."
- Next in thread: Russ Michell: "Re: [PHP-DB] checkbox checking.."
- Reply: Russ Michell: "Re: [PHP-DB] checkbox checking.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

