ainoy31 Posted September 17, 2007 Share Posted September 17, 2007 Hello- Is "INSERT INTO table_name SET" the same is doing "INSERT INTO table_name(field_name, field_name) VALUES ('$var1', '$var2')" Link to comment https://forums.phpfreaks.com/topic/69670-insert-into/ Share on other sites More sharing options...
fenway Posted September 18, 2007 Share Posted September 18, 2007 There are two different syntaxes, though the latter is more common. Link to comment https://forums.phpfreaks.com/topic/69670-insert-into/#findComment-350524 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.