Sending email using php?

  • Thread starter Thread starter webnerd
  • Start date Start date
W

webnerd

Guest
I have a form that stores user information in a database and sends an email confirmation to the user. I would also like to send a separate email at the same time to the webmaster, notifying that someone has signed up to be a user (only displaying a message and the email of the user). How can i accomplish this with the mail() in php?
I have a script that sends 1 email using the mail().. but if i add another the entire script will not work.. i know how to send just one email
 
Back
Top