Asheeown Posted March 10, 2007 Share Posted March 10, 2007 I have a query running that runs through a whole database table and does calculations for each row. However when it prints out the reports it goes fine for about 8191 records then it just stops dead in it's tracks and doesn't do anymore and their is many more. Anyone know why it would do this? Quote Link to comment Share on other sites More sharing options...
jscix Posted March 10, 2007 Share Posted March 10, 2007 Where is it printing the records to? It could be a memory prob of some kind. Quote Link to comment Share on other sites More sharing options...
per1os Posted March 10, 2007 Share Posted March 10, 2007 Hard to diagnose without code. If it is printing records, try setting set_time_limit(900) (sets php timeout limit to 900 seconds). --FrosT Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.