if (!eregi("^([0-9a-z])*$", $username) { $errors = $errors + 'Username not alphanumeric.<br />'; }
Parse error: parse error, unexpected '{' in /home/content/E/l/m/Elmonian/html/lifelessland/register.php on line 14
I dont understand why it is returning an error. Im guesing its because of one of the parentheses or something.
if (!eregi("^([0-9a-z])*$", $username)) { $errors = $errors + 'Username not alphanumeric.<br />'; }
That will display my age, but cause my code to be.. worthless. The rest of the code just doesnt do anything.