[PHP] mysql_fetch_row not working?

2005-03-27 Thread mikeytf
'.$get_cat[1].''.$get_board[1].''.$get_board[2].''.$get_board[3].''.$get_board[4].''.$get_board[5].''; ?> That is in my index file. This is my index: http://subzer0.net/php There are 2 categories in the db and 4 boards. I don't know why they aren't showing! >_< Please help! ~Mike

[PHP] Maximum Execution Time Exceeded

2005-03-27 Thread mikeytf
I would like to know if you could help me.. I don't understand what is wrong! I made a file that is supposed to list 2 categories with the boards that go to them under them. I get a Fatal Error: Maxmimum execution time of 30 seconds exceeded. Here is the file that gives me the error: http:/

[PHP] mysql_fetch_row() --Still not working

2005-03-26 Thread MIKEYTF
Alright, I made a new index and I am 100% sure that I did it correctly. http://subzer0.net/php Notice those two mysql_fetch_row errors. I have successfull connected to the database needed, the query seems to be correct, and I inserted some boards into the board db.. But I still get that erro

[PHP] Help!

2005-03-26 Thread MIKEYTF
I get this error: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/helljump/public_html/php/index.php on line 39 and I am connecting to the database! Here is line 39: '.$row[1].' '.$row[2].''.$row[3].''.$row[4].''; echo 'User Options< /td>Use your bo