rushdot Posted March 21, 2009 Share Posted March 21, 2009 Hi All, You may think that I am very lazy, just signing up to the forum to get your help, but I have spent hours trying to achieve my goal, but as I have 0 PHP knowledge it is very hard. I have brought a PHP form processor to process my online newsletter signups, its all working fine, the processor sends me an email with the data from the form. However I have tried to add some extra functionality - and failed! All I wanted to do, is as well as sending an email to me with the information, I wanted to take the users email address that they have entered, and sent them an email saying thank you... You get the idea. I haven't managed to get very far at the moment, what I started off by doing was just trying to get the users email address that they entered and having it as a separate bit of information. I haven’t even managed this yet! As I say, I have never used PHP before, and all I can do is trail & error, but it is taking forever! If someone thinks that can help me, I send PM them the code as I don’t really want to paste it for the world to see as this is someone’s work. I will be happy to pay for the amendments, as I don’t expect you to amend the code for free. Any questions let me know. Thanks in advance. Michael Link to comment https://forums.phpfreaks.com/topic/150457-php-form-processor/ Share on other sites More sharing options...
DeanWhitehouse Posted March 21, 2009 Share Posted March 21, 2009 No one here will want to copy your code, if we can help fix it we can most likely create it ourselves. Here is what the code might be like mail($_POST['email'],"Thanks","Thank you for signing up","From: [email protected]"); Link to comment https://forums.phpfreaks.com/topic/150457-php-form-processor/#findComment-790238 Share on other sites More sharing options...
rushdot Posted March 21, 2009 Author Share Posted March 21, 2009 Hi There, Thanks for the quick reply, it’s not my code I purchased it. I can’t write PHP script. The only reason I didn’t want to post it publicly is that someone is selling this code, so if I post it then people can just use it without paying for it. I’m not referring to you guys, I know you could easily write your own processor, I was just thinking about the person that wrote it originally. I'll send you the code now. Thanks, Michael Link to comment https://forums.phpfreaks.com/topic/150457-php-form-processor/#findComment-790242 Share on other sites More sharing options...
DeanWhitehouse Posted March 21, 2009 Share Posted March 21, 2009 ok Link to comment https://forums.phpfreaks.com/topic/150457-php-form-processor/#findComment-790244 Share on other sites More sharing options...
rushdot Posted March 21, 2009 Author Share Posted March 21, 2009 ok Just sent it now. Thanks again. Michael Link to comment https://forums.phpfreaks.com/topic/150457-php-form-processor/#findComment-790246 Share on other sites More sharing options...
DeanWhitehouse Posted March 21, 2009 Share Posted March 21, 2009 Ok, i will look over it when i get back, it is using php mailer Link to comment https://forums.phpfreaks.com/topic/150457-php-form-processor/#findComment-790249 Share on other sites More sharing options...
rushdot Posted March 21, 2009 Author Share Posted March 21, 2009 Ok, i will look over it when i get back, it is using php mailer Wicked. I forgot to say, please ignore any bits of code with $senders_email That was me trying to seperate the email address entered! There are three entries in the code I sent you, just deleted it or it just errors. Thanks. Michael Link to comment https://forums.phpfreaks.com/topic/150457-php-form-processor/#findComment-790252 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.