Example
Page is amateurs.php which does a
select * from database where category = amateurs
it then prints out the galleries with links etc.
I turn that into a static html page so my mysql server is not hit every time someone loads the page.
But I want my toplist on the page so how do I get that?
So to get my toplist updated i'd need to do a include(toplist) with the php dealies but that causes when I generate the page for it to do the toplist right then and there. I want it to print on my html page the < ? include ( " toplist.php " ) ? >
Using autogallery which is a cgi script it works fine, but how is it done in php?
Somehow its done or Itgp, BoxxTgp or any other php tgp script could not let you include php in a php script?
|