insert into

admin

Administrator
Staff member
can anyone tell what is wrong with the code below? It won't write into the table data.


$is_success_second = mysql_query("insert into data (username, password, firstname, lastname, email, age, sex, country, occupation, industry, zip, passquest, passans, income, date) values ('$username', '$password', '$firstname', '$lastname', '$email', '$age', '$sex', '$country', '$occupation', '$industry', '$zip', '$passquest', '$passans', '$income' now())");
 
Back
Top