i want to do this
$this->connection->query("SELECT * FROM database WHERE all_columns LIKE '%word%' ");
how can i do this ?
i want to do this
$this->connection->query("SELECT * FROM database WHERE all_columns LIKE '%word%' ");
how can i do this ?