Wasn't it m3 who wrote:
>Doubts:
>1h.e has included 4 files( PHP script & map11.php?q=a,
>map11.php?q=b,map11.php?q=c. ) along with the example . Should i
>include only PHP script or both PHP script and map11.php?q=a,
>map11.php?q=b, map11.php? q=c files.
The file is called "map11.php" the "?q=a" part of the URL is a
parameter. The PHP code in the "map11.php" file uses
$_REQUEST["q"]
to read the "q" parameter and produces different output depending on its
value.
The webserver I'm using *executes* files that have a .php extension, so
if you try to copy map11.php, you'll end up only getting its output.
What you need to do is to grab the source code from "map11.php.txt" and
saving that to your webspace as "map11.php"
"map11.php.txt" and "map11.php" are identical apart from the file name.
My webserver doesn't execute files that have a .txt extension, so when
you read that one you get the source code.
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---