Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::prepare
mysqli::prepare
(mysqli_prepare) Prepare a SQL statement for execution
Name:
mysqli::prepare
Category:
MySQLi
Programming Language:
php
One-line Description:
Prepare an SQL statement for execution.
Related
Tips for using init functions and object initialization
7
Best practices for encapsulating mysqli::get_warnings in database driver classes
5
get_include_path() with is_readable() Check whether the file is readable
8
curl_close Advanced tips for using curl_setopt
1
Similar Functions
mysqli_stmt::fetch
mysqli_stmt::fetch
(mysqli_stmt_fetch)E
mysqli::real_query
mysqli::real_query
(mysqli_real_query)E
mysqli_result::fetch_row
mysqli_result::fetch_row
(mysqli_fetch_row)Us
mysqli::$error_list
mysqli::$error_list
(mysqli_error_list)R
mysqli::$sqlstate
mysqli::$sqlstate
(mysqli_sqlstate)Ret
mysqli::get_charset
mysqli::get_charset
(mysqli_get_charset)
mysqli
mysqli
mysqliclass
mysqli::__ construct
mysqli::__ construct
(mysqli_connect)Open
Popular Articles