|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Why dows my PHP page when connecting to a MYSQL database give the error
"0 is not a MySQL result index in ...." What exactly does this error stand for and how can it be removed. I am very new to PHP and hence any help is appreciated. |
|
#2
|
|||
|
|||
|
if you look at the whole line see below
Warning: 0 is not a MySQL result index in /home/etc/etc/etc/index2.php3 on line 25 it refers to you misreferencing a table, column name or db (typo whatever), the line number refers to where it is trying to pull result (mysql_fetch_array or whatever), check what sql query stmts for any typos and it should work fine for you. Basically it means it cant find anything and throws a wobbler ![]() ------------------ cheers |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Mysql Result Index error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|