I have a huge a CSV file which I parse to store the data in a PHP array. For different PHP files I have to parse it again and again to store it in the array. How can I prevent this by storing it in array and then have this array available to all PHP files?
Share
apc_cache()is what you want. http://us.php.net/manual/en/function.apc-fetch.php