> Warning: Unable to jump to row 1 on MySQL result index 5 in
> admrelatoriowap.php3 on line 23
>
> Warning: Unable to jump to row 1 on MySQL result index 5 in
> admrelatoriowap.php3 on line 24
>
> Warning: Unable to jump to row 2 on MySQL result index 6 in
> admrelatoriowap.php3 on line 23
>
> Warning: Unable to jump to row 2 on MySQL result index 6 in
> admrelatoriowap.php3 on line 24

Your result set does not have 3 records in it -- There's nothing inherently
wrong with your SQL, nor with your result set.  It may have 0 records, or it
might have 1.  But it doesn't have a second record, nor a third.

And you are asking MySQL to give you the second (row #1) and third (row #2)
record.

These records don't exist.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to