Search found 3 matches

by rich44689
Thu Oct 13, 2011 6:44 pm
Forum: PHP - Code
Topic: i need some help wih the php part of a email form
Replies: 4
Views: 383

Re: i need some help wih the php part of a email form

i know that is a perfectkly valid file. what i need help with is my long php code i posted at the top of the first post here. this is what i need help with: <?php if(isset($_POST['email'])) { // EDIT THE 2 LINES BELOW AS REQUIRED $email_to = "you@yourdomain.com"; $email_subject = "You...
by rich44689
Thu Oct 13, 2011 6:31 pm
Forum: PHP - Code
Topic: i need some help wih the php part of a email form
Replies: 4
Views: 383

Re: i need some help wih the php part of a email form

i dont know how to insert this code into a php file. what goes around it? i dont think that the html and head tags go around the php code. do you? whats not working for me is i dont know how to make a php file. i learned some html and a little bit of html5 and css and css3. i got stuck on javascript...
by rich44689
Thu Oct 13, 2011 5:48 pm
Forum: PHP - Code
Topic: i need some help wih the php part of a email form
Replies: 4
Views: 383

i need some help wih the php part of a email form

here is my code: <?php if(isset($_POST['email'])) { // EDIT THE 2 LINES BELOW AS REQUIRED $email_to = "you@yourdomain.com"; $email_subject = "Your email subject line"; function died($error) { // your error code can go here echo "We are very sorry, but there were error(s) fou...