Parse error: parse error, unexpected T_VARIABLE in /home/www/tscott.us/register2.php on line 6
<?php $username = $_POST['Username']; $email = $_POST['email']; $password = $_POST['password']; $signature = $_POST['sig'] $data = "$username | $email | $password | $signature/n"; $fh = fopen("users.txt", "a"); fwrite($fh, $data); fclose($fh); print "Succesfully Registered, you may now log in with your username and password" }else{ echo"FAILED!";?>