PDA

View Full Version : Warning: 0 is not a MySQL result index in /www/tuffsports/forum/test1.php3 on line 15


10-12-2000, 10:54 AM
ok what the heck am I doing wrong

Warning: 0 is not a MySQL result index in /www/tuffsports/forum/test1.php3 on line 15

I am getting the same basic error message (Warning: 0 is not a MySQL result index) on every different snippet of code that I am trying.

??? Lost and have played with this for hours trying to find the answer and am burned out from reading everything I can find on php on the net.

I am trying to switch html pages over to php and add vbulletin data.

10-12-2000, 01:22 PM
That error usually means you are trying to use a query result without first using something like fetch_array on it. You need to post your code to actually get any help though ;)