Closed CharifMakaoui closed 7 years ago
Yes, you can run this query using MareiDB class by using raw queries like this : $sql = "select * from table where name in (?,?)"; $rows = $db->query($sql, [val1, val2]); https://github.com/mareimorsy/DB#using-raw-queries-
هل المكتبة تدعم select * from table where name in (val1,val2)