require("ahrc_photo_album.inc.php"); //datebase information $DBC = array ( Host => "localhost", Name => "ahrc_photo_album", Login => "ahrchk", Passwd => "rM9Qzkdn", Table => "book" ); //Enter the book name of the photo album $a = new Book("BURMA: Monks Protests", $DBC); //Set the display page $url = "photo.php"; ?>
$header = "2007 monks' protests against military regime in Burma ~ Photo Gallery |
";
//if didn't choose the chapter or photo, you will be display chapter list
if (!isset($ch_id) && !isset($photo_id)){
echo $header;
$a->list_chapters();
$a->set_url($url);
echo" Back to main page |