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')" Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.