ID:274819
 
Ok, I'm using PHP in my forms here is the PHP code in full

<?php
if($_POST["name"]=""){
?>
Error: You must enter a character name hit back now
<?php
}
else{
?>
Your character name is //Line 10

Then here is the form page



Your name


<iframe width=0 height=0>

When ever I try and use the submit it goes the join.php but it gives me this error
Parse error: parse error in join.php on line 10</iframe>