For real. $400-$500, that's huge.
I am honestly surprised of this amazingly low price.
In Belgium, the country I mostly work with, a decent website will cost you about 1500 euros (1100 US dollars ?) for ten pages, no email form, no special scripts or effects. Why do you think I always come up with these weird questions on this forum ? Because asking a pro here costs you too much.
Example: this script
Code:
<?php
if ($_POST["action"] == "send"){
if ($_POST[naam] != " je naam" and $_POST[naam] != "" and $_POST[email] != " je e-mail adres" and $_POST[email] != "" and $_POST[bericht] != "") {
mail ("info@site.com", "via site",
"
Naam: ".$_POST['naam']."
E-mail: ".$_POST['email']."
Bericht: ".$_POST['bericht']."
",
"From: ".$_POST['naam']." <".$_POST['email'].">");
$subject = "je bericht aan Ceci Casariego";
$msg = "
Dit is een automatisch verzonden mail. Gelieve niet te antwoorden.
Beste $_POST[naam],
Bedankt voor je bericht aan Ceci.
Ze zal je zo snel mogelijk beantwoorden
Dit was je bericht:
$_POST[bericht]
";
mail($_POST[email], $subject, $msg);
echo 'Bedankt.<br><br>Je bericht is verzonden, <br>en je zult een bevestiging ontvangen. <br><br> <br><br>';
}
else{
echo 'Gelieve alle velden in te vullen<br><br>Je naam, email adres en bericht<br> zijn verplichte velden.<br><br><a href="contactNL.html"><font color="#565656;">[graag opnieuw]</font></a><br><br> <br>';
}
}
?>
Would cost about 250 euros. Only that !!
Don't let me say now that you should all move to Belgium
Bookmarks