(no version information, might be only in CVS)
maxdb_stmt_bind_param -- Binds variables to a prepared statement as parametersProcedural style:
bool maxdb_stmt_bind_param ( resource stmt, string types, mixed &var1 [, mixed &...] )maxdb_stmt_bind_param() is used to bind variables for the parameter markers in the SQL statement that was passed to maxdb_prepare(). The string types contains one or more characters which specify the types for the corresponding bind variables
maxdb_stmt_bind_result(), maxdb_stmt_execute(), maxdb_stmt_fetch(), maxdb_prepare(), maxdb_stmt_send_long_data(), maxdb_stmt_errno(), maxdb_stmt_error()
The above examples would produce the following output:
1 Row inserted. 1 Row deleted. |