How to load my gallery.php inside of a table without using this code:
<? if ($_GET['ID']=="gallery")
include "gallery.php";
I just want to load the gallery.php inside of a table, this way I can view the gallery with my templetes.
Including my gallery in index.php is causing losses of gallery's functions... Is there any better way? I guess there are.. Please guide me..
Thanks in advance..