|
Project Information
Members
Featured
Downloads
|
BRAD'S MAPPY EMAIL SIGNUPI wanted a quick and easy way to ask website visitors for their email addresses and locations. This does that via Google Maps. You can see an example of it in action at: http://www.bradsucks.net/live/ SCRIPT REQUIREMENTS
INSTALLATION
You can then include the map selector in any PHP page: <? include "map-selector.php"; ?> EXTRAS- You can specify $mapButtonText before including map-selector.php: $mapButtonText = "add me"; // changes the submit button text to "add me"; - If your URL has an email variable in it, the email input box will not be displayed but that email will be passed through. Example: http://www.yourhost.com/map/index.php?email=user@email.com In this instance only a submit button will be displayed beneath the map, but user@email.com address will be saved along with the location. CAVEATSThere's no error checking or location updating. Whatever people click and enter gets added to the database table. SUPPORTI can't offer email support of this script (no time) but you can ask your questions in the Brad Sucks BFF forums and I'll do my best to answer: http://www.bradsucks.net/forums/ Thanks! Brad |