simplysped Posted July 2, 2007 Share Posted July 2, 2007 Update for Case #38268 - "Other" On your site, have a form that a user can type their email address into and post the contents of that field following this format: http://www.four51.com/ui/logon.aspx?emailpassword=<[email protected]> Please let me know if you have any further questions. Thank you, Rob Hurkes Four51 Customer Service Does anybody know how i go about doing this? Link to comment https://forums.phpfreaks.com/topic/58104-solved-form-that-writes-url/ Share on other sites More sharing options...
john010117 Posted July 2, 2007 Share Posted July 2, 2007 Make a form. <form action="result.php" method="GET"> <b>Email Address:</b> <input type="text" name="emailpassword"><br /> <input type="submit" value="submit"> </form> Submit a e-mail address. It shows in the URL. Link to comment https://forums.phpfreaks.com/topic/58104-solved-form-that-writes-url/#findComment-288106 Share on other sites More sharing options...
simplysped Posted July 2, 2007 Author Share Posted July 2, 2007 Thanks man running smooth http://www.shawmutprinting.com/client_login.php Link to comment https://forums.phpfreaks.com/topic/58104-solved-form-that-writes-url/#findComment-288138 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.