Good catch Rossko, and $_GET... works.
I'll look at the link you mentioned right away.
I still want to keep the off-map submit button and don't see
how to do that, unless using this URL method somehow makes
getting the lat value to the database easier.
Thanks,
Brian
On Oct 20, 7:39 pm, Rossko <[EMAIL PROTECTED]> wrote:
> > When I type into my browswer the following Submit URL, I correctly
> > get the second page if I use $_GET, but not if I use $_POST in the
> > next lines. (ie, line 114 works, not 113)
> > 113 //if (isset ($_POST['Submit'])) {
> > 114 if (isset ($_GET['Submit'])) {
>
> To see the difference in PHP get and post, and how they relate to the
> HTML form or URL, this might be useful -http://www.tizag.com/phpT/postget.php
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---