karl james wrote:
I have since updated it.
And I am having issues with a function I suppose.


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in
/home/virtual/site38/fst/var/www/html/php/wrox_php/movie_details.php on line
119

http://www.theufl.com/php/wrox_php/movie_details.php

This error (obviously) means that there is a problem with your query, which is why mysql_query() did not return a result resource.


http://www.php.net/mysql_error is your friend.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to