include("dts/css.php"); ?>
include("dts/header.php"); ?> include ("db/db.php"); $connection=mysql_connect($dbHost,$dbUser,$dbPass); $db = mysql_select_db($dbDatabase, $connection) or die(mysql_error()); ?> Click on your state to view a dog trainer near you| $sql = "select state from pmd_states order by state"; $result = mysql_query($sql) or die(mysql_error()); $i = 0; while ($row = mysql_fetch_assoc($result)) { $i++; if ($i == 25) { print " | "; }
print "";
print $row['state'];
print "";
print " ";
print " "; } ?> |