View Single Post
Old 08-04-2003, 01:45 AM  
4Pics
Confirmed User
 
Industry Role:
Join Date: Dec 2001
Posts: 7,952
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?
4Pics is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote