On 11 August 2003 07:02, Michael Cortes wrote: > I am using the Konqueror browser and browing to > http://localhost/my.php > > Howerver, the script I wrote, doing various queries and lookups, > inserts, etc...... takes a while to complete. That is fine with > me. I'll wait. However, the server and/or browser will not wait. > > I believe the server is the one which will not wait because I have > one "echo" line at the beginning of the script which put a title > "Udate Students" athe the top center of the page and that writes then > there is a pause while the queries are run and then I get the > following error in my browser > > Fatal error: Maximum execution time of 30 seconds exceeded in > /var/www/html/student_info/ps2follett.php on line 139 That's your PHP script timing out. Take a look at http://www.php.net/set_time_limit Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Beckett Park, LEEDS, LS6 3QS, United Kingdom Email: m.ford@lmu.ac.uk Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php