Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs \Elomity\index. php on line 88
Code:
<? include ("inc/incfiles/header.inc.php"); ?>
<?
$reg = @$_POST['reg'];
//declaring variables to prevent errors
$fn = ""; //First Name
$ln = ""; //Last Name
$un = ""; //Username
$em = "";