Help for this page

Select Code to Download


  1. or download this
    {
      use warnings 'uninitialized';
      $update_or_insert->bind_param(10, $thing_id, SQL_INTEGER);
      $update_or_insert->bind_param(11, $action, SQL_VARCHAR );
    }