Hello,
I have a script that updates my db, then directs the visitor based on zip code. It works fine.
I would like to have it send an email to a cgi autoresponder before it redirects. The autoresponder will accept the name, email, and zip if I post from a form. It will accept only the email if I send a blank email.
Is there a way to send an email from php to the cgi script and include the fields firstname, email, and zip?
Cheers!
Jeff