Please start your visit to JPW INC at the home page
';
}
// get home page
$query = "SELECT * FROM home";
$result = mysql_query($query,$db);
// display results
if ($myrow = mysql_fetch_array($result)) {
do {
echo $myrow["home"];
} while ($myrow = mysql_fetch_array($result));
}
else {
echo '
';
}
?>