i get an error on line one when trying to run this query
UPDATE users SET (first_name='$first', last_name='$last', apt_num='$apt', address1='$addy1', address2='$addy2', city='$city', state='$state', postalcode=$pos, country=$country, phone=$phone, email=$email) WHERE (username) = ('$userid');
whats wrong? it looks fine to me, the column names are correct.