Mysql query trouble: uploading

Posted by Jakub Zak on Stack Overflow See other posts from Stack Overflow or by Jakub Zak
Published on 2012-09-08T21:37:04Z Indexed on 2012/09/08 21:37 UTC
Read the original article Hit count: 263

Filed under:
|
|
|
|

I'm trying for last hour solve this problem. I have a long form and I'm trying to upload info into mysql database. Into table I made. This is the mysql query I'm using:

mysql_query("INSERT INTO `users_temp`(`first_name`, `surname`, `birthday`, `nationality`, `email`, `mobile`, `landline`, `address`, `town`, `post_code`, `country`, `password`, `code_conf`) VALUES ([$f_name],[$s_name],[$bday],[$nationality],[$email],[$mobile],[$landline],[$address],[$town],[$post_code],[$country],[$pass],[$conf_code])");

If anyone see any problem why it doesn't work pls let me know. Thank you...

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql