Forum Moderators: coopster
Fatal error: Maximum execution time of 30 seconds exceeded in ht*p://localhost/search.php on line 7
The search.php is an included file. I get this error during the first instance the page is accessed. However, succeeding access does not procedure this error anymore.
The code for search.php (up to line 7) is below:
1. <?php include("settings.php");?>
2. <div id="Search" style="position:absolute; width:132px; height:39px; z-index:1; left: 626px; top: 3px;">
3. <table width="132" border="0" align="center" cellpadding="0" cellspacing="0">
4. <tr>
5. <form method="get" action="">
6. <td align="left" valign="baseline">
7. <input type="hidden" name="p" value="1"> <input type="hidden" name="lang" value="en">
Thanks a lot for the help... all of them.