- Impact
- 9
I have a database of Gas Stations and simply need to export as csv from 2 different tables and I cant do it in Phpadmin ..well I can but it's a pain in the rear manually doing something a script can handle
Table 1 field=Lat/Longs, field=Station Addresses , State
Table 2 field= Station Name
So basically a script (form on a page)that I can select
"State" and I get a on Page Print out of all Stations in that State in a .csv format
.csv format = lat,long,station name, address, Phone,
I already have script that displays most of the info on pages in spreadsheet view so you can just tweak the code to add lat/longs that are in the db
Table 1 field=Lat/Longs, field=Station Addresses , State
Table 2 field= Station Name
So basically a script (form on a page)that I can select
"State" and I get a on Page Print out of all Stations in that State in a .csv format
.csv format = lat,long,station name, address, Phone,
I already have script that displays most of the info on pages in spreadsheet view so you can just tweak the code to add lat/longs that are in the db






