$s = $h->prepare(/select * from table where a = ?/); $s->execute($h->quote("myvalueforcolumna"));