# [EMAIL PROTECTED] / 2007-01-12 23:30:15 -0600:
> Warning: mysql_data_seek(): Offset 0 is invalid for MySQL result index
> 116 (or the
> query data is unbuffered) in
> /www/acousticdemo.com/web/complaints/publish.cron on
> line 26
 
http://www.php.net/manual/en/function.mysql-unbuffered-query.php:

    You cannot use mysql_num_rows() and mysql_data_seek() on a result set
    returned from mysql_unbuffered_query().

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

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

Reply via email to