Probably means your query failed. What line did the error occur on? You 
should be able to track down your problem with that.


On Sunday 28 April 2002 15:14 pm, you wrote:
>  What does that error mean?
>
> $result = mysql_query('select * from aannh_towns;');
> echo 'info stored';
> while ($query_data = mysql_fetch_array($result)) {
>  echo "", $query_data['town'], "", $query_data['town_id'], ""; }
> ?>
>
> =====
> dan mccullough
> --------------------------------------------------------
> "Theres no such thing as a problem unless the servers are on fire!"
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com

-- 
A classic is a book which people praise and don't read.

Samuel Clemens

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

Reply via email to