|
|
You Content And Images Here.
";
echo " | | Coaches Bios | ";
while (list($user_id, $cstatus, $coachname, $coachimage, $comments) =
mysql_fetch_row($result)) {
$showimage="Image Coming Soon!";
if ($coachimage <>"") {
$showimage=" "; }
echo "" . $coachname . "" . $comments . " | " . $showimage . " | ";
}
echo " ";
?>
|