[PHP-DEV] PHP 4.0 Bug #6405 Updated: SELECT in 1 row From: Bug Database (php-dev <email protected>)
Date: 08/28/00

ID: 6405
Updated by: sniper
Reported By: hejna <email protected>
Status: Closed
Bug Type: MySQL related
Assigned To:
Comments:

Write that line like this:

$result = mysql_query
("SELECT * FROM page WHERE p_FILENAME = 'home.php3'");

Note those single quotes around home.php3-string.

--Jani

Full Bug description available at: http://bugs.php.net/?id=6405

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