My Routes List
'; else { ?> Error:'.$errMsg.'
Routes List For "'.$email.'"
ID | Title | Description/URL/Created On | '; if(mysqli_num_rows($result) > 0) { $x = 0; while ($row = mysqli_fetch_array($result, MYSQLI_ASSOC)) { $routeID = $row['routeID']; $title = $row['title']; $title = ($title == '')? 'NA.': $title; $desc = $row['desc']; $desc = ($desc == '')? 'NA.': str_replace(chr(10),"
---|---|---|
'.$routeID.' | '. ''.$title.' | '. ''.$desc.' URL: https://oscompass.com/'.$routeID.'/ Created On: '.date("l, F d, Y",strtotime($row['dateStamp'])).' | ';
$x +=1;
}
$output .= '
Count: '.$x.' |