Help for this page

Select Code to Download


  1. or download this
    $sql = "SELECT book_id, title FROM booklist_table WHERE (expected_publ
    +cn_date >= '".$start_date."' AND expected_publcn_date <= '".$end_date
    +."')";
    $sth = $dbh->prepare($sql) or die("Could not prepare!" . $dbh->errstr)
    +;
    ...
         $booklist_1{$book_id} = $title;
    }
    $sth->finish;
    
  2. or download this
         $booklist_1{$book_id} = "ok";