Help for this page
SELECT * FROM mytabel WHERE mycolumn = :VAR1
$sth->bind_param(':VAR1', $myvalue);
SELECT * FROM mytabel WHERE mycolumn in (:VAR1)