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!
ok, i've got a database and table setup... the table has columns, when i try to get the result fromt he columns i try and use $myrow['name']; but it never works, i always have to use $myrow[1]; does anyone know why i can't use the column name?