I have a rather large hash table (consisting of about 1000 different key/value combinations) that I want to use on every web page. This table will rarely be updated, but I will need to update it time to time. How do I do this *efficient* in php? I assume include "table.php" won't stick it (semi)permenantly into memory.
Any help would be great, thanks. Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php