PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have no clue why that wouldn't work...maybe something in your code where you reference $row['index'] rather than $row[0]. What generates that error anyway? What version of PHP are you using? Is this under Dreamweaver or something similar?
you know i learned about mysql_fetch_assoc and mysql_fetch_num...I suppose this is faster, or at least it reduces the number of lines of code you use to execute the command.
anyway, i don't understand why it doesn't work either way.