Hi,
I have an include('header .php') line in each of my site pages. Is it possible to load this file once instead of every time a new page is reached? It's significantly slowing things down as it contains some css and on-the-fly generated php.
Thanks
I have an include('header .php') line in each of my site pages. Is it possible to load this file once instead of every time a new page is reached? It's significantly slowing things down as it contains some css and on-the-fly generated php.
Thanks
Comment