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. Link to comment https://forums.phpfreaks.com/topic/215893-question-on-pdo/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.