![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| hi all got a problem - I've got a form on my front page which simply emails the entered email address to me - check it out: http://www.curve-online.co.uk if you click the mouse on the send button then the mail goes through to me fine and it thanks the user . If you just press enter then the screen resets seemingly ok, but there is no thank you and no mail comes through. I could be losing tons of people here who want to be signed up to my mailing list... here's the code - any idea how I can fix this? thanks daz <?php $Sbjct = "Curve Mailing List"; $Sender = "website@curve-online.co.uk"; if (!$_POST['Submit']){ ?> <p class="nav"><a href="http://pub.alxnet.com/guestbook?id=1054509">guestbook</a></p> <p class="daz">please enter your email below to be added<br />to the <b>Cuckoo's Nest</b> mailing list</p> <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <input type="text" name="Email" size="15" style="width: 200" /><br /> <input type="Submit" name="Submit" value="Send!" /> </form> <p>(no spam - promise!)</p> <?php } else { $Line1="the following person has signed up:"; mail("mail@curve-online.co.uk","$Sbjct","$Line1\nEmail: $_POST[email]","From: $Sender"); print "<p>thanks for signing up...</p>"; } ?> | |||
| Featured Websites | ||||
|
![]() |
| Tags: form, mail, problem |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script to do a form submition to e-mail. | mythikal | Website Coding | 7 | 10-26-2008 7:10 AM |
| Auto Submitting Form Problem !! | James | PHP | 2 | 07-01-2007 3:31 PM |
| problem reading form variables in PHP | AndyR | PHP | 1 | 07-01-2007 3:29 PM |
| Problem uploading/accessing files using html form... | Hotlib.com | PHP | 0 | 07-01-2007 3:16 PM |
| Form Problem ! Please Help ! | Janwillem Borleffs | PHP | 0 | 07-01-2007 3:15 PM |
| Featured Websites | ||||
|