Athena Posted May 24, 2007 Share Posted May 24, 2007 Hi, I am trying to execute a PHP script that does about 9000 * 200 comparisons on two tables and to print the processed result. But the output is not complete, eg. if it were to display 9346 records it just displays about 4000+ and finishes executing. I have increased the max execution time and max memory allocation, but it does not help. Can someone please help me with this. P.S. I have optimized my code to the best possible extent. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/52818-php-output-incomplete/ Share on other sites More sharing options...
trq Posted May 24, 2007 Share Posted May 24, 2007 Not much we can do without seeing any code. Have you checked any error logs (mysql / apache) to try and find out what is happening? Quote Link to comment https://forums.phpfreaks.com/topic/52818-php-output-incomplete/#findComment-260757 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.