7pm Posted March 9, 2006 Share Posted March 9, 2006 MY BAD, DUPLICATE POST BY ERROR. MODERATOR PLZ DELETE. Quote Link to comment Share on other sites More sharing options...
Gaia Posted March 9, 2006 Share Posted March 9, 2006 I've already posted to this topic in another forum....you shouldn't be posting the exact same topic in 2 different forums.. Quote Link to comment Share on other sites More sharing options...
Flinch Posted March 9, 2006 Share Posted March 9, 2006 Well, right now your script isn't doing anything, except gathering the vartiables. It needs to first do some data checking, you know, like making sure that no required input fields were left blank, and that the data entered in those input fields is legit and secure. You can mostly check these things with regular expressions, such as making sure it's a valid email address.Next, after you've made sure that all the data entered is where it's supposed to be and correct, then you can send it via email using the mail() function. Quote Link to comment Share on other sites More sharing options...
7pm Posted March 9, 2006 Author Share Posted March 9, 2006 SORRY ALL...THIS IS A DUPE TOPIC BY MY ERROR. DO NOT LEAVE HELP HERE, INSTEAD THE OTHER THREAD PLEASE.[a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=87985&st=0&gopid=353433entry353433\" target=\"_blank\"]http://www.phpfreaks.com/forums/index.php?...33entry353433[/a]Thanx ;-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.