AN-net
02-06-2004, 10:22 PM
i want it to repeat a template over and over again for as mant entries as there are in a db table.
this is php code a i have:
$fgalindex= $DB_site->query("SELECT * FROM gallery_index");
while($galindex= $DB_site->fetch_array($fgalindex))
{
eval('$gallindex_lvl1 = "' . fetch_template('gallery_lvl1') . '";');
}
its currently only doing it once
this is php code a i have:
$fgalindex= $DB_site->query("SELECT * FROM gallery_index");
while($galindex= $DB_site->fetch_array($fgalindex))
{
eval('$gallindex_lvl1 = "' . fetch_template('gallery_lvl1') . '";');
}
its currently only doing it once