(PHP 5, PHP 7)
Binds variables to a prepared statement as parameters
bool mysqli_stmt::bind_param ( string $types, mixed &$var1 [, mixed &$... ] )
Object oriented style
Procedural style
bool mysqli_stmt_bind_param ( mysqli_stmt $stmt , string $types , mixed &$var1 [, mixed &$... ] )
Bind variables for the parameter markers in the SQL statement that was passed to mysqli_prepare().
Note:
If data size of a