ID:               32468
 Updated by:       [EMAIL PROTECTED]
 Reported By:      MIKEYTF at aol dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Uhh..  cPanel--PHP/Perl capable
 PHP Version:      4.3.9
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.


Previous Comments:
------------------------------------------------------------------------

[2005-03-27 22:53:29] MIKEYTF at aol dot com

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'


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32468&edit=1

Reply via email to