Error in Parsing the PHP script
Posted: Tue Feb 03, 2009 7:35 am
Hi all,
I have written a script to fetch data from database. I keep all these records in PHP variable of type array().
Then I do process on each data from that array and prepare a new array of updated contents.
Then from this new array I update the database records one-by-one.
This script runs efficiently when the content array size is small or even upto 1200 keys. But not working for huge arrays.
The browser doesn't parse the script and forces the .php file to download. IE says "The page cannot be displayed".
I am using Linux, Apache 2 and PHP 4.3.9
What could be the issue:?:
I have written a script to fetch data from database. I keep all these records in PHP variable of type array().
Then I do process on each data from that array and prepare a new array of updated contents.
Then from this new array I update the database records one-by-one.
This script runs efficiently when the content array size is small or even upto 1200 keys. But not working for huge arrays.
The browser doesn't parse the script and forces the .php file to download. IE says "The page cannot be displayed".
I am using Linux, Apache 2 and PHP 4.3.9
What could be the issue:?: