bangs head on desk :’(
Hi! I’m trying to put a PHP script together to accomplish a few things. I’ve tried googling and get pieces all over and can’t get them to work together.
I need it to take data from a form, simple, just an email address.
I need to verify the format as valid.
I need to parse the email name from the domain (see below).
I need to send myself an email containing that users email, and a subject.
I need to send a verification email to the user that their interest is appreciated.
and last, I need to send them to another page, using the parsed email (example: https://www.bananasoup.com/letter/?email=emailname%40emaildomain )
I’ve messed with this for hours, getting sources for one, maybe a couple features in one, but can’t make them work together. Some are showing me parts that can be put in the html. Some have to be put in the cgi bin.
Ok, going to take some Advil now and watch some TV before my head explodes.
Any help appreciated! ;D