phenam Posted October 14, 2010 Share Posted October 14, 2010 Hey all, new to the forum. I am trying to switch over to using PDO prepared statements. However, in situations with using "WHERE IN()" clauses, or multiple insert values such as "INSERT INTO table VALUES (x), (y), (z), how would one bind values? Is the only solution just to issue multiple statements and individually bind each set of values? Thanks in advance for any input! Have a great day. 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.