|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-27 22:58 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 15:00:01 2025 UTC |
Description: ------------ I made this file right? I think this is the problem: $category=mysql_query("SELECT * FROM categories ORDER BY catid ASC"); while($get_cat=mysql_fetch_row($category)) { $board=mysql_query("SELECT * FROM boards WHERE hidden='No' AND catid='.$get_cat[0].'"); } while($get_cat=mysql_fetch_row($category) AND $get_board=mysql_fetch_row($board)) echo.. Then it would echo a table containing data, etc. I get a maximum execution time error. >_< Please help me.. Thanks! The page I get this error on is: http://subzer0.net/php Reproduce code: --------------- http://subzer0.net/php/index.phps Expected result: ---------------- I expect to see the two categories in the database: Site Boards and Social Boards with the message boards the belong to each category under each one. Actual result: -------------- It gives me a fatal error saying 'Maximum Execution Time of 30 seconds exceeded'