$result = $st_handle->bind_param(n, value [, type ])
Binds a value with a placeholder in a prepared statement.
- n
 The parameter number to bind.
- value
 The value to associate with parameter n.
- type
 The data type for the placeholder.  The type can also be
specified as an anonymous list
({TYPE => type}).