Email Question
Posted: Tue Mar 01, 2005 3:07 am
I have this line in php :
Where is says email address here how do I add 3 email addresses and also text e.g. :
For Support email here
For Abuse email here
For Advertising email here
Thank you. I am new to php, so please don't use big or fancy words.
Thank you.
JF3000
Code: Select all
case "_CONTACT": return "Email address here"; break;For Support email here
For Abuse email here
For Advertising email here
Thank you. I am new to php, so please don't use big or fancy words.
Thank you.
JF3000