(PECL maxdb >= 1.0)
Prepare an SQL statement for execution
bool maxdb_stmt_prepare ( resource $stmt, string $query )
Procedural style
Object oriented style
mixed maxdb_stmt::prepare ( string $query )
maxdb_stmt_prepare() prepares the SQL query pointed to by the null-terminated string query. The statement resource has to be allocated by maxdb_stmt_init(). The query must consist of a single SQL statement.
Note:
You sho