inherit
151579
0
Feb 3, 2010 5:11:49 GMT -8
vagner
1
February 2010
vagner
|
Post by vagner on Feb 1, 2010 7:36:19 GMT -8
Hi all! I want to create a multifaceted feedback form. In the Internet I found a resource that can be used for such work - php form. If anyone knows similar resources, it'll show please.
|
|
inherit
93249
0
Aug 16, 2021 23:42:33 GMT -8
infestor1
.:.:.:.:.:.:.:.:.:.:.:.:.
3,056
November 2006
infestor1
|
Post by infestor1 on Feb 1, 2010 18:00:13 GMT -8
Well, you use a html form, which sends to a php script. PHP script gets dah stuff and uses mail() to email it to you. Easiest way. I'm not going to write it for you, just make a form with HTML, send it to a file named mail.php, then in mail.php, store the stuff in a variable ($name = $_POST['name'] then use the mail() function to email it to you. You can google how to do this, or you can use one of the many tutorials on this on the interwebz. <><
|
|