[PHP-DB] problem with mysql_error()

2005-10-27 Thread Jason Gerfen
I am not sure why this is not returning any values but it should be. The database structure CREATE TABLE `hosts` ( `id` int(11) NOT NULL auto_increment, `hostname` varchar(100) NOT NULL default '', `mac` varchar(100) NOT NULL default '', `ip` varchar(100) NOT NULL default '', `vlan`

RE: [PHP-DB] problem with mysql_error()

2005-10-27 Thread Bastien Koert
brError Message: . @mysql_error the '@' symbol suppresses the error message...remove it bastien From: Jason Gerfen [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] problem with mysql_error() Date: Thu, 27 Oct 2005 08:43:13 -0600 I am not sure why this is not returning any