Renamed table field trip_starting_location to just trip_source added export trips as CSV in POST, new DB Dump

This commit is contained in:
johnny@pittpc.com
2021-02-02 19:11:05 -05:00
parent dbf1a90fdb
commit 9d095611fb
43 changed files with 55 additions and 224 deletions

View File

@@ -1,12 +0,0 @@
<?php
$phone = ",above// \\5";
$stripped_phone = preg_replace("/[^0-9]/", '',$phone);
echo $phone;
echo "<br>";
echo $stripped_phone;
?>