 |
 |
 |
 |
 |
 |
 |
 |
| • |
Values
that cannot be automatically typed can
|
|
|
|
be
specified with bind_param()
|
|
|
| • |
These
settings are sticky for the lifetime of that
|
|
|
statement
handle or until the bind value type is
|
|
|
|
reset
via bind_param()
|
|
|
$sth->bind_param( 3,
$dbh->quote( ‘’ ), SQL_VARCHAR );
|
|
|
$sth->execute( $dbh->quote(
123500 ) );
|
|