Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare("INSERT INTO ? (ip,bsid,firmware) VALUES (?, ?, ?
    +)");
    $sth->execute($table_name,$ip,$bsid,$firmware);
    
  2. or download this
    DBD::mysql::st execute failed: called with 4 bind variables when 3 are
    + needed