Jump to content

Would this cause any problem ?


Rommeo

Recommended Posts

Let's say my user_table has following fields;

 

username name surname country

 

but I'm just inserting to one field and skipping the rest:

 

$query = "insert into user_table ( username ) VALUES ( $username) ";

mysql_query($query);

 

Does inserting data like this cause any unwanted problems ?

Link to comment
https://forums.phpfreaks.com/topic/252946-would-this-cause-any-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.