A. Email address is located in ' ../includes/email.php '
(the php file only has a single email address in it)
B. The CGI-BIN form processor is typical. Looks like this:
Code: Select all
mail("jetjagger@gmail.com", $subject, $message, $from);C. I need to replace the above email address syntax with whatever script that will pull the email address out of ' ../includes/email.php '
D. In other words, ' jetjagger@gmail.com ' (or whatever email address resides there) need to be replaced by a script that functions similar to a php include script. In short, I don't want the physical email address in the line of code as shown in B.
*NO, my email addresses are not in a database.
Any suggestions?
Thanks,
Jet