Jump to content

Warning and Parse Error


Joshv1288

Recommended Posts

ok fixed that now i get this

 

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/h3swat/public_html/livereg.php on line 13

 

line 13 at the top

 

$user = $_POST[\'username\'];
$pass = $_POST[\'password\'];
$pass2 = $_POST[\'password2\'];
$name = $_POST[\'name\'];
$age = $_POST[\'age\'];
$loc = $_POST[\'loc\'];
$gender = $_POST[\'gender\'];
$email = $_POST[\'email\'];
$gt = $_POST[\'GT\'];

 

$user = $_POST['username'];
$pass = $_POST['password'];
$pass2 = $_POST['password2'];
$name = $_POST['name'];
$age = $_POST['age'];
$loc = $_POST['loc'];
$gender = $_POST['gender'];
$email = $_POST['email'];
$gt = $_POST['GT'];

 

----------------

Now playing: Foo Fighters - Disenchanted Lullaby

via FoxyTunes

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.