Routes List For "'.$email.'"

'; 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),"
", $desc); $output .= ($x % 2 == 0)?'':''; $output .= ''. ''. ''; $x +=1; } $output .= '
IDTitleDescription/URL/Created On
'.$routeID.''.$title.''.$desc.'
URL: https://oscompass.com/'.$routeID.'/
Created On: '.date("l, F d, Y",strtotime($row['dateStamp'])).'
Count: '.$x.'
'; } else { $output .= 'No current result.'; } mysqli_free_result($result); mysqli_close($con); } } } catch(Exception $e) { echo 'Message: ' .$e->getMessage(); } ?> Google Maps Compass | My Routes
Online Google Maps Compass Application

My Routes List

help

'; else { ?> Error:'.$errMsg.'
'; ?>
Enter your email address to retrieve a list of your saved Google Maps Compass routes. The email address entered must match the address used to save the routes.

* Email
SUBMIT






Privacy Policy