Hi, my map is located at http://www.my-walk.com/addwalk.php
The user clicks points on the map to add markers. They then proceed to
step 2 by presssing the 'proceed to step 2' button.
I have a form where i want to save the markers, and display them on
the next page.
<form action="addwalk2.php" method="post">
<input type="hidden" name = "markers" value="markersArray" />
<input type="submit" value="Proceed to Step 2"/>
</form>
Im sure there is something wrong with the "hidden" line.
I then have a map on the "addwalk2.php" page. I want the markers to be
displayed on that map, as a confirmation.
At the end of these pages, I want to save all relevant information.
How do I save this markersArray to MySQL?
So.... Im fairly clueless about how to pass them onto the next page,
or abot the Markers to MySQL part. Is anyone kind enough to help me? I
would greatly aprreciate any help I can get!!
Thankyou
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.