I get a parse error on line 12 when i run this script, but I cant find anything wrong with it. Can someone help me???
<?php
$name = str_replace ("\t" , " " , $_GET['name']);
$mail = str_replace ("\t" , " " , $_GET['mail']);
$country= str_replace...