How Do I Mix PDO params and wildcards

If I were to issue the queries from the command line they would be


SELECT name FROM persons WHERE NAME LIKE "scallio%";

and


SELECT name FROM persons WHERE NAME LIKE "scallio\\%";

do you see a pattern here? :wink:

I fail to see why this would be icky… Maybe PDO is just really smart :stuck_out_tongue: