for example:
emails.php in browser said:
<name@domain.com>; <name@domain.com>
Then when I view it in IE, or FF I can just copy and paste the emails into Outlook?
I believe I'd have to give the "email" address a variable ($email) and then have to
emails.php said:
<?php
include ("subscription.php");
print ("$email");
?>
include ("subscription.php");
print ("$email");
?>
The "subscription" email would be the "function" in the form but I do not know what this would contain
Can someone please write a "full script" for me, very basic so that I can have people add their names to a sunscription list (like on P2L) and then I can just "copy" and "paste" the email addresses by going to http://www.domain.co...lsub/emails.php
Thank you!
NB: My php skills and understanding is limited
