- Why this mail does not work?
-
Why this mail does not work?
When I test this contact form php script, I get email and only message. I have not got there email or subject. What is wrong? <?php $emailsubject = 'Message from Contactus'; $webmaster = 'tyla1@live.com'; $name = $_post['name']; $subject = $_post['subject']; $email = $_post['email']; $message = $_POST['message']; $body = <<<EOD Email: $email Name: $name Subject: $subject Message: $message EOD; $headers = "From: $email\r\n"; $hearers .= "Content-type: text/html\r\n"; $success = mail($webmaster, $emailsubject, $body, $headers); echo "<script language='JavaScript'>alert('Thank you');window.location= 'index.php';</script>";die; ?>
-
Girlfriend very angry at boyfriend. very funny
I think I can do the same if my boyfriend do this http://www.youtube.com/watch?v=DJVBsUX-zCM&feature=player_embedded
-
footer placing at the bottom of the page
Before container </div> <div id="footer"></div> CSS #footer { width: 1020px; height: 100px; background: url(image/image.jpg); clear: both }
-
Import rss feed into website
hi, sorry if wrong forum. I want to put rss feed from one forum into website. I have forum like this, I want to put latest 10 topic which I set up my rss, I want to now put this into my homepage website. So last 10 topic is always update automatically on homepage.
-
Portfolio thief!
Is legal to get free template and change and sell?
-
Portfolio thief!
I hope you not talking about me
-
Funny youtube video thread
This make me laugh so much http://www.youtube.com/watch?v=KFYu6oJaVkA&feature=player_embedded
-
Check out this Muppet on Facebook
This person is a total moron.
-
Clear both not working
I found misake .banner{ font-weight: normal; font-size: 1.3em; line-height:24px; font-family: [b]'Georgia[/b], 'Times New Roman', Times, serif; font-style:italic; color: #fff; margin: 6px 0 0 20px; } Should be Georgia, not 'Georgia. Try and see if work
-
Webdesign Company Outsourcing work to me?
I think if no contract, you company charge them for 30 day, when you company get money, they pay you after 2 weeks for paperwork for approve.
-
Helloooooooo
welcome rishi
-
Building own CMS system
I am half way bulding my own CMS system from begining, is anything that i have to know? for security, I have to put more things for it? with page which have my username and password, how is best way to hide?
-
I'm finding my new job tough!
Me too. I have got many help from google Lucky for me, but sometimes i get a big headache
-
How to fix text to black when making transparent background?
I am doing a transparent background, but my text is also transparen, how to fix this? This is my CSS body { background: url(images/background.jpg) no-repeat; } h1 {margin-left:350px; margin-top: 50px; } #wrapper { margin: 0 auto; width: 1000px; height: auto; background-color:#ffffff; border:1px solid black; /* for IE */ filter:alpha(opacity=60); /* CSS3 standard */ opacity:0.6; } #header { width: 1000px; height: 150px; background-color:#ffffff; } I try to make h1 {color: #000000}, but this not work