Posted by d on 09/28/80 11:39
"mark" <mark@localhost.net> wrote in message
news:43eca863$0$82675$ed2619ec@ptn-nntp-reader03.plus.net...
>I have one very large include, which is an array. It's included when
>index.php is loaded. However, I now need to use the same include on
>page2.php, and page3.php and page4.php. Is there a smart way to do this and
>mimize load times on each sudsequent page?
Just put it in an include, and include it on all those pages :)
[Back to original message]
|