--- Arthur Pelkey <[EMAIL PROTECTED]> wrote:
> I keep getting Warning: mysql_fetch_array(): supplied argument is not
> a valid MySQL result resource in lines 17 and 21
[snip]
> $result = mysql_query("...")
If mysql_query() returns false (which you can test by checking the value
of $result, for example), echo mysql_error() to see why your query failed.
Hope that helps.
Chris
=====
Chris Shiflett - http://shiflett.org/
PHP Security - O'Reilly
Coming Fall 2004
HTTP Developer's Handbook - Sams
http://httphandbook.org/
PHP Community Site
http://phpcommunity.org/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php