This one time, at band camp, Pahlevanzadeh Mohsen <[EMAIL PROTECTED]> wrote:
> Dear members,I get an error,What does mean my error? : > Fatal error: Maximum execution time of 30 seconds > exceeded in /var/www/html/votting/vote_implement.php > on line 8 It means the Maximum execution time of 30 seconds has been exceeded. Each script has a maximum of 30 seconds to do its thang. This time limit is set in php.ini and the default is 30 seconds. If your script needs a little more time, this can be changed. What are you doing in a vote script that takes so long? Look for infinite loops. Kind regards Kevin --------- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php