Help for this page

Select Code to Download


  1. or download this
     # 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;