is there any sendemail function in php for sending contents of a form through email?
mail("to","subject","message");
there is a fourth parameter which is optional and contains things like the 'from' header and more.
For more information read the manpage on PHP.net.
Comment on this Question and Answer >>>
ASK A QUESTION
More website PHP Questions
How to expire cookies when user pressed a button in webpage? I want have a link in my website then delete cookies.How do I display todays date on my website?
I have two web solutions I downloaded from the internet. Jobs Portal, Classified and a forum script. Each of the scripts has its own signup and log in module. How can I make visitors register and login through one webpage without having to login in all th
Hello - I am writing a PHP program to control an external camera connected to the USB port. For example I issue commands such as 'up', 'down', etc via an external program that I call using exec("cameracontrol.exe"). I would like to store
how to get gmail inboxmessages in php using username and password
