|
American Karate Studio owners - Sandra Obermiller and Vic Marotta with some of the Black Belt Instructors.
=$text?>
|
Five personal benefits you will receive as a student:
1. Self-Confidence
2. Self-Control
3. Self-Discipline
4. Self-Respect
5. Self-Defense
|

$query = "SELECT * FROM news order by Date DESC limit 0, 10";
$result = mysql_query($query);
if (!$result) {
die('Error');
}
while ( $row = mysql_fetch_array($result) ) {
$dateEx = explode("-", $row['Date']);
if ($dateEx[1] == "01") { $txtmonth = "January";}
if ($dateEx[1] == "02") { $txtmonth = "February";}
if ($dateEx[1] == "03") { $txtmonth = "March";}
if ($dateEx[1] == "04") { $txtmonth = "April";}
if ($dateEx[1] == "05") { $txtmonth = "May";}
if ($dateEx[1] == "06") { $txtmonth = "June";}
if ($dateEx[1] == "07") { $txtmonth = "July";}
if ($dateEx[1] == "08") { $txtmonth = "August";}
if ($dateEx[1] == "09") { $txtmonth = "September";}
if ($dateEx[1] == "10") { $txtmonth = "October";}
if ($dateEx[1] == "11") { $txtmonth = "November";}
if ($dateEx[1] == "12") { $txtmonth = "December";}
//echo "" . $row['Title'] . " " . $txtmonth . " " . $dateEx[2] . ", " . $dateEx[0] . "
" . $row['Body'] . "
";
echo "" . $row['Title'] . " " . $row['Body'] . "
";
}
?>
|
 mouse over orange dates
|
|
|