Re: [sqlite] Get Longitude and Latitude using PHP

2016-05-24 Thread Gary Ehrenfeld
Your right. Wrong list. Gary Ehrenfeld > On May 24, 2016, at 09:18, Simon Slavin wrote: > > >> On 24 May 2016, at 4:59pm, Gary Ehrenfeld wrote: >> >> I want to use PHP to get the Longitude and Latitude from a Address then use >> google maps to display it

[sqlite] Get Longitude and Latitude using PHP

2016-05-24 Thread Gary Ehrenfeld
I want to use PHP to get the Longitude and Latitude from a Address then use google maps to display it. I have it working, but the user has to know what their Lat and Long are. What I want is I can get the Lat and Long from their address and display the map form then. __

[sqlite] input using a dropdown list

2016-05-23 Thread Gary Ehrenfeld
Everything works great. Again I had another typo but I saw it and once fixed run great. Thank you for all your help. On 5/22/16, 16:45, "Simon Slavin" wrote: > >On 23 May 2016, at 12:37am, Gary Ehrenfeld wrote: > >> It works but how do I get it to work with an input

[sqlite] input using a dropdown list

2016-05-22 Thread Gary Ehrenfeld
It works but how do I get it to work with an input statement so I can insert it into the hive_type column in the hive table. On 5/22/16, 15:58, "Simon Slavin" wrote: > >On 22 May 2016, at 11:57pm, Gary Ehrenfeld wrote: > >> I corrected the results to result and ev

[sqlite] input using a dropdown list

2016-05-22 Thread Gary Ehrenfeld
I corrected the results to result and everything works. Thank for seeing that. I feel really stupid right now. On 5/22/16, 15:51, "Simon Slavin" wrote: > >On 22 May 2016, at 11:46pm, Gary Ehrenfeld wrote: > >> Yes. Here is the code I am using but when I run it all I

[sqlite] input using a dropdown list

2016-05-22 Thread Gary Ehrenfeld
:35, "Simon Slavin" wrote: > >On 22 May 2016, at 11:15pm, Gary Ehrenfeld wrote: > >> Any suggestions? I am using SQLIte3 and PHP. > >Before you try to make a dropdown list with options taken from a SQLite >database, do you know ho

[sqlite] input using a dropdown list

2016-05-22 Thread Gary Ehrenfeld
I have a table named hives and one of the fields is named hive_type. I have another table named hive_type with a single field name type. I have tried several methods with not luck. I want to populate hives.hive_type with a selections from a dropdown list from hive_type.type Any suggestions? I