coder9 Posted July 24, 2008 Share Posted July 24, 2008 Hi just want to ask you guys if this syntax is correct. $query = "INSERT INTO jtablegrid (username, box_no) VALUES ('.$username . $link.')"; if not please show me the right way. thank you. Quote Link to comment Share on other sites More sharing options...
revraz Posted July 24, 2008 Share Posted July 24, 2008 VALUES ('$username', '$link')"; Two fields requires two values. Quote Link to comment Share on other sites More sharing options...
coder9 Posted July 24, 2008 Author Share Posted July 24, 2008 ok revraz thank you i'll try that. 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.