Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • isn't PDO is so complex and confusing at some point than mysql_*queries? Commented Aug 29, 2012 at 5:19
  • 1
    @diEcho arguable yes, but this "complexity" does come with the goodness of preventing sql injection :) Commented Aug 29, 2012 at 5:21
  • on similar note the answer by 'Chris' on a similar question looks good: PHP PDO: Can I bind an array to an IN() condition? Commented Aug 29, 2012 at 5:45
  • @johowie Good find! I tried to look for it as well but your search terms were probably better :) Commented Aug 29, 2012 at 6:49