| MDB_Common::numRows() | MDB_Common::query() |
| MDB | |
| PEAR Manual | |
require_once 'MDB.php';
|
resource prepareQuery
(
string $query
)
Prepares a query for execution with executeQuery() .
the query to prepareQuery
resource - the query handle
This function can not be called statically.
See Introduction - Execute for general using and an example.
| MDB_Common::numRows() | MDB_Common::query() |
| MDB | |
| PEAR Manual | |