";
foreach ( array_keys($columns) as $t )
{
echo "";
if ( isset($columnsPre[$t]) )
{
//echo $columnsPre[$t];
eval($columnsPre[$t]);
}
if ( isset($columnsDisplay[$t]) )
{
eval("echo ".$columnsDisplay[$t].";");
}
else
echo $row[$t];
echo "</td>";
}
echo "</tr>";
}
echo "</table>";
if ( $showPageChoice == 1)
echo "</p>" . $choosepage;
//Unitialize vars, cuz some are optional and if someone calls this page twice on a page, some variables may remain from the first call (and optional ones on teh second one will be set to the first one's settings)
if ( isset($spacerColumn) ) unset ($spacerColumn);
?>
Privacy Policy
|
Link to Us
|
Links
|