Thread
:
MySQL query works on CLI or Query Browser but NOT in PHP
View Single Post
#
2
(
permalink
)
09-21-2006, 03:23 PM
wige
Moderator
Join Date: Jun 2006
Location: United States
Posts: 2,657
What error message do you get?
After running the query, add the following code
Code:
if (!$result) { die('Invalid query: ' . mysql_error()); }
wige
View Public Profile
Send a private message to wige
Visit wige's homepage!
Find all posts by wige