$background = 'on'; $path = $_SERVER['DOCUMENT_ROOT']; include('header.php'); ?>
Directions and Parking Info
Photo Albums • Beach Shop Naturism 101 |
Welcome to the website of South Florida Free Beaches -
|
Today's Beach Reports"; } while($row = mysql_fetch_assoc( $getreports )) { $title = $row['title']; $report = $row['report']; $reportid = $row['reportid']; $reportername = $row['username']; $reporterid = $row['userid']; $timestamp = $row['timestamp']; $time = date('g:i a', strtotime($timestamp)); $filedate = date('Y-m-d', strtotime($timestamp)); $filedatefriendly = date('M d', strtotime($timestamp)); $today = date('Y-m-d'); $hereandnow = $now + $timeoffset; $timedifference = $hereandnow - strtotime($timestamp); $hours = $timedifference/3600; $hoursrounded = floor($hours); $minutes = ($hours - $hoursrounded) * 60; $minutes = round($minutes,0); echo "$title$report Filed by $reportername"; if($filedate != $today) { echo " on $filedatefriendly"; } echo " at $time ("; if($hoursrounded > 0) { echo "$hoursrounded hour"; if($hours != 1) { echo "s "; } else { echo ' '; } } echo "$minutes minute"; if($minutes != 1) { echo "s"; } echo " ago) "; if($reporterid == $userid) { ?> edit - delete } echo " "; } if($countreports > 0) { echo " "; } */ ?> Random Image from Our Photoalbums |