Reply to PEAR DB/MySQL Prepared Statement with LIKE
Posted by jmark on 06/21/07 19:00
I need some assistance on how to create a select statement using PEAR
DB or MySQL with the LIKE function.
That is I am looking of how I can get statement like this work.
SELECT * FROM customer WHERE name LIKE '%?'