bind_param() -

Seob SQL lause kohatäited (?) muutujatega.
Näide:

$id = 5; $stmt->bind_param("i", $id);
1 2 3 4