I'm trying to have a flash site use PHP and MySQL to make a mailing list. The first questions is, is there a way to call a PHP script without opening it in a window? (I know you can do this with other CGI scripts, but i don't know how to do it with PHP) Also, i want to have flash send text to a PHP script that with run through a loop calling email addresses from a MySQL database and send it on its way (maybe even personalize it by putting their name at the top of the email) I read how when you use the mail() function, it opens a connection to the mail server each time, and because this mailing list could get big, i need to find a better way to do this. Thanks. James Cori.