How do I get form data emailed to me with using:
<form action="mailto:adsadaf@adsfasdfadsf.asd">
and
mail()
?
How do I get form data emailed to me with using:
<form action="mailto:adsadaf@adsfasdfadsf.asd">
and
mail()
?
That would be a question to ask google ;)
Here is a good tutorial: http://w3schools.com/php/php_mail.asp
yep simple, just read the link above.
the mailto: scheme isn't handled by the server. basically, you are asking if the server can use a client-side function, and the answer is no. You need to either use the mailto or php's mail function.
█ Xavier L | Community Public Relations Manager (Free Hosting Support)
█ Yes, my position is too cool to even exist!
█ How am I helping? Rate this post by clicking theicon below! (this is even better than "liking" a post)
█ Terms of Service | Acceptable Use Policy | x10Hosting Wiki