$sql = "UPDATE users SET first_name = '$first', show_first_name = '$show_first', last_name = '$last', show_last_name = '$show_last', apt_num = '$apt', show_apt_num = '$show_apt', address1 = '$addy1', show_address1 = '$show_addy1', address2 = '$addy2', show_address2 = '$show_addy2', city = '$city', show_city = '$show_city', state = '$state', show_state = '$show_state', postalcode = '$pos', show_postalcode = '$show_pos', zip_ext = '$zip_ext', country = '$country', show_country = '$show_country', phone = '$phone', show_phone = '$show_phone', email = '$email', show_email = '$show_email' WHERE username = '$userid';";