Wonderboy893 Posted July 26, 2007 Share Posted July 26, 2007 Hello Everyone I'm a total newbie to coding so please forgive my ignorance in advance I got a php script off a website .. here's the goal .. The page runs almost entirely in PHP. HTML is used only to create the form and it’s elements. The form’s method is post, and the action is set to itself; so that when submit is clicked, it comes right back to this same page. Just previous to loading, the page checks to see if a post variable, “submit,” is set. If so, the script continues on to separate all the email addresses specified and store them as an array. A for loop goes through each of the email addresses and calls the mail() function. Here is the script: http://www.elevationchurch.org/calebloffer/evites.html here is the form correctly functioning in action: http://www.elevationchurch.org/evites/centralevite.php PROBLEM IS: My form doesn't work ... It is acting like it's processing, but it's not emailing to me (or anyone else who tests it). here is my page: http://www.lifegateyouth.com/evite.php Can anyone tell me why my form isn't working ............................................................. thanks in advance. 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.