your missing a ; on this as well $subject = $_POST['subject']
should be
$subject = $_POST['subject'] ;

now it says: ERROR
Becuse your missing still missing bits, that should workPHP Code:<?php
if ($_SERVER['REQUEST_METHOD'] != 'GET'){
$job = $_POST['job'];
$habbo = $_POST['habbo'];
$forum = $_POST['forum'];
$why = $_POST['why'];
$sample = $_POST['sample'];
$email = $_POST['email'];
$messig = "
Job: $job
\n
Habbo Name: $habbo
\n
Forum Username: $forum
\n
Email: $email
\n
Why Should I get the job: $why
\n
Samples Of My Work: $sample
\n
";
$subject = $_POST['subject'];
mail("[email protected]", $subject, $messig);
Header("Location: thankyoupage.php");
}
?>
Opps sorry, delete post
I do
myhabbo.hd-hosting.net/form/contact.html
Want to hide these adverts? Register an account for free!