--- a/feedback.php +++ b/feedback.php @@ -1,18 +1,54 @@ verifyEmailAddress($address); +//$con->listVerifiedEmailAddresses(); + +$m = new SimpleEmailServiceMessage(); +$m->addTo($address); +$m->setFrom($address); +$m->setSubject($topic); +$m->setMessageFromString($message); +$con->sendEmail($m); +} else { +// In case any of our lines are larger than 70 characters, we should use wordwrap() +$message = wordwrap($message, 70); + +// Send +mail($address, $topic, $message); +} +} + + ?>

Add/Move/Delete a Bus Stop Location

StopID: or StopCode: + if you click on feedback from a stop page, these will get filled in automatically. else describe the location/street of the stop Suggested Stop Location (lat/long or words): + if your device supports javascript, you can pick a location from the map above + +Submit!

Bug Report/Feedback

+Please leave feedback about bugs/errors or general suggestions about improvements that could be made to the way the data is presented! + + +Submit!