Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TUT] Contact Form using HTML/PHP
#11
Very good tut, I'm using it on my site

Only one thing wrong.
Quote:
Code:
<input type="submit value="send it!">
You need to add another " after "submit
So change it to
Code:
<input type="submit" value="send it!">
And it works Smile

Other than that, it works perfect.
Thumbsup
Reply
#12
Can I ask, do you know if it's possible to add this over an image. So the background for the contact for is an image..
If so do you know how I can do it?
Reply
#13
You could also add a "Subject" Option to this tutorial.
For example..

HTML
Code:
<label for="subject">Subject:</label>
<select name="subject">
<option value="Suggestion">Suggestion</option>
<option value="Question">Question</option>
</select>

PHP
Code:
$subject = $_POST['subject'];
mail($to, $subject, $message, "From:$email");

Smile
Reply
#14
This is nice, Is this XSS vun ?

If so anyway to fix?
Reply
#15
Your tutorial was well worth it. I don't think I've seen it elsewhere and is no where a rip. You've specified in important areas. Good job.
Reply
#16
9/10 - Great work and very detailed, keep it up!
Reply
#17
Awesome man. I really needed this for my site!
[Image: inm4jO.png]
[ AIM: YoRelapse | Gamertag: N/A | MSN: YoRelapse@live.com ]
Reply
#18
Very nice TuT. Easy to read and understand, helped out alot. Thanks! Smile
[Image: 334spqt.png]
Reply
#19
Nice tut.
Reply
#20
Thank you, very nice. I will use this!


Inventor1
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  (HTML,ASP,PHP)Help Thread Web 2 1,164 11-16-2013, 09:25 AM
Last Post: sarvsav
  Contact form for HTML Crystal 36 8,574 05-24-2013, 05:51 PM
Last Post: Akai
  Helping with HTML and CSS Ambitious 0 550 08-28-2011, 01:18 PM
Last Post: Ambitious
  HTML and PHP classes!! How to build a website ImFocuzz 6 1,498 07-13-2011, 08:45 AM
Last Post: Kyle FYI™
  [TUT]Learn to edit and make pics in HTML. SVG coding language. Easy to learn! [TUT] Qua 2 1,225 06-24-2011, 09:42 PM
Last Post: Qua

Forum Jump:


Users browsing this thread: 1 Guest(s)