illgamer Posted May 4, 2009 Share Posted May 4, 2009 I have a php script that displays the payment plan of a loan. If the loan has less than around 85 payments everythings works correctly, but if it has more say 90 + the page won't finish loading and the web browsers activity changes to ready. It will actually display the full payment plan on some occasions but it won't on others and its random when it does, so I need some help. Do I need to change a setting for PHP.ini or use some kind of function? Any help would be appreciated. By the way my setup is basically this one: I run Apache 2.2 with PHP 5.2 and my database connection is to an AS400/DB2 database through the use of ODBC. Link to comment https://forums.phpfreaks.com/topic/156837-solved-output-of-a-long-table-gets-truncated-need-help/ Share on other sites More sharing options...
the182guy Posted May 4, 2009 Share Posted May 4, 2009 Have a look at set_time_limit() that will allow you to change the number of seconds before the script times out. Default is 30 seconds. Link to comment https://forums.phpfreaks.com/topic/156837-solved-output-of-a-long-table-gets-truncated-need-help/#findComment-826130 Share on other sites More sharing options...
illgamer Posted May 4, 2009 Author Share Posted May 4, 2009 I will have a look into it, thanks for the suggestion Link to comment https://forums.phpfreaks.com/topic/156837-solved-output-of-a-long-table-gets-truncated-need-help/#findComment-826154 Share on other sites More sharing options...
illgamer Posted May 4, 2009 Author Share Posted May 4, 2009 the182guy, thanks that solved my problem it had been driving me nuts for the better part of the day. Once again thanks. Link to comment https://forums.phpfreaks.com/topic/156837-solved-output-of-a-long-table-gets-truncated-need-help/#findComment-826160 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.