Help for this page
# Alter the data type of the value as it's being passed $sth -> execute( ... $sth -> bind_param( 2, $start_item ); $sth -> bind_param( 3, 20 ); $sth -> execute;