View Single Post
Old 06-18-2007, 10:35 AM   #28 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 678
DJMaze is on a distinguished road
Quote:
Originally Posted by Salchester View Post
As far as Redhead code goes, that doesn't work either, I keep getting greeted with the following error message.

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Documents and Settings\Dale Piper\Desktop\xampplite\htdocs\Array.php on line 36
That one is easy to debug.
PHP Code:
$result mysql_query("select * from Birds");
if (!
$result) { die(mysql_error()); } 
And i want you to tell me what this code does, step by step.
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote