<?php
# ----------------------------------------------------
# ----- AFC MySQL Address Book
# ----- Version 2.2
# ----- Created on: 05/10/07
# ----- Designed by: American Financing
# ----- http://www.americanfinancing.net
# ----- For more scripts, please visit us at http://www.americanfinancing.net/free-scripts.cfm
# ----- Please feel free to modify this script for your own purpose.
# ----- ENJOY!!!
# ----- You May Modify this script, but you may not resell it in anyway.
# ----------------------------------------------------
require("config.php");
print("<table align=center>");
?>
<STYLE>
a:hover{color:red;};
</STYLE>
<tr><td><a href="index.php">Home</a></td></tr>
<?php
$Counter = 0;
foreach($TableNames as $Table)
{
?>
<tr><td><a href="main.php?table_id=<?php echo $Counter;?>&Action=Go"><?php echo $Table;?></a></td></tr>
<?php
$Counter++;
};
if($d==true)
{_
?>
<tr><td><a href="http://softgalaxy.net/php-mysql/Order.html">order now</a></td></tr>
<?php
}
print("</table>");
?>