I finally finished writing a script to convert my cyboards forum database over to threads, however, during my tests the script would time out on some occasions and others not.
Fatal error: Maximum execution time of 30 seconds exceeded in f:\foxserv\www\cyboards2threads.php on line 118
The database has 5500 records, so I figured there were a total of around 20,000 queries if my math is right.
Is there a way around this, or maybe a way I can put some sort of pause in the script to stop after so many seconds and then pick up where it left off in my loop sequence?
Thanks ahead of time for any help.