Parse error: parse error, unexpected T_VARIABLE in /home/www/iwannatrade/test/Members/register.php on line 142
heres the line
mysql_query("INSERT INTO users (first_name, last_name, apt_num, address1, address2, city, state, postalcode, country, phone, dob, email, username, password, signup_date)
VALUES("$usrVars['first_name']", "$usrVars['last_name']", "$usrVars['apt_num']", "$usrVars['address1']", "$usrVars['address2']", "$usrVars['city']", "$usrVars['state']", "$usrVars['postalcode']", "$usrVars['country']", "$usrVars['phone']", "$usrVars['dob']", "$usrVars['email']", "$usrVars['username']", '$stored_password', now())")
or die (mysql_error());
i've been playing with this line all morning... thanks for the help!