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? Link to comment https://forums.phpfreaks.com/topic/42121-solved-limited-output/ 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. Link to comment https://forums.phpfreaks.com/topic/42121-solved-limited-output/#findComment-204313 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 Link to comment https://forums.phpfreaks.com/topic/42121-solved-limited-output/#findComment-204321 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.