mringuk
I've successfully set up a PHP/MySql Subcribe/Unsubcribe setup. I'd like to send the Webmaster an e-mail when the new subscriber is sent one. Presently my script is
mail($_REQUEST['email'], 'Subscription', 'You have just subscribed to etc.
How do I add a default e-mail address also?
Many thanks
Mike
mail($_REQUEST['email'], 'Subscription', 'You have just subscribed to etc.
How do I add a default e-mail address also?
Many thanks
Mike
