> 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
-~----------~----~----~----~------~----~------~--~---