lt; p align=center gt; lt; b gt; lt; font size= 7 color= indigo gt; lt; i gt; lt; b gt; Бібліотека gt; gt; gt; gt; gt; lt;/i gt; lt;/font gt; lt;/b gt; lt;/p gt;
lt; p gt; lt; b gt; lt; font size= 6 color=laquo;indigoraquo;gt;lt;igt;lt;bgt;lt;lt;lt;Просмотрыlt;/igt;lt;/fontgt;lt;/bgt;
lt; td gt; lt; h2 gt; lt; img src= 111. gif gt; lt; a href=knigi_view. php target= 2 gt; Всі книги lt;/h2 gt; lt;/a gt;
lt; td gt; lt; h2 gt; lt; img src= 211. gif gt; lt; a href=vozvrat_view. php target= 2 gt; Повернення книг lt;/h2 gt; lt;/a gt;
lt; td gt; lt; h2 gt; lt; img src= 211. gif gt; lt; a href=knigi_hist. php target= 2 gt; Історія книг lt;/h2 gt; lt;/a gt;
lt;/td gt;
lt; p gt; lt; b gt; lt; font size= 6 color=laquo;indigoraquo;gt;lt;igt;lt;bgt;lt;lt;lt;lt;Таблицыlt;/igt;lt;/fontgt;lt;/bgt;
lt; td gt; lt; h2 gt; lt; img src= 111. gif gt; lt; a href=chitatel. php target= 2 gt; Читачі lt;/h2 gt; lt;/a gt;
lt; h2 gt; lt; img src= 211. gif gt; lt; a href=bibliotekar. php target= 2 gt; Бібліотекарі lt;/h2 gt; lt;/a gt;
lt; td gt; lt; h2 gt; lt; img src= 111. gif gt; lt; a href=otdel. php target= 2 gt; Відділи книг lt;/h2 gt; lt;/a gt;
lt; td gt; lt; h2 gt; lt; img src= 211. gif gt; lt; a href=knigi. php target= 2 gt; Книги lt;/h2 gt; lt;/a gt;
lt; td gt; lt; h2 gt; lt; img src= 111. gif gt; lt; a href=vydacha. php target= 2 gt; Видача книг lt;/h2 gt; lt;/a gt;
lt;/td gt;
lt;/body gt;
lt;/html gt;
Лістинг 3.2 PHP код сторінки vozvrat_view. php
lt; body background=13.jpg gt;
lt; h1 align= center gt; Перегляд возврвта книг lt;/h1 gt;
lt ;? php
$ host= inf612c00: D: DB G140604_KALASHNIKOVA. FDB raquo ;;
$ usname= SYSDBA raquo ;;
$ pswrd= masterkey raquo ;;
$ db=ibase_pconnect ($ host, $ usname, $ pswrd); (! $ Db)
{
echo Помилка з'єднання з БД raquo ;;
exit;
}
$ query= select * from vozvrat_VIEW raquo ;;
$ result=ibase_query ($ query); lt; table border=1 align=center gt; raquo ;; lt; tr gt; lt; th bgcolor=" # ccccff " gt ; Прізвище lt;/th gt; .
lt; th bgcolor=" # ccccff " gt; Ім'я lt;/th gt; .
lt; th bgcolor=" # ccccff " gt; батькові lt;/th gt; .
lt; th bgcolor=" # ccccff " gt; Номер читача lt;/th gt; .
lt; th bgcolor=" # ccccff " gt; Номер книги lt;/th gt; .
lt; th bgcolor=" # ccccff " gt; Назва lt;/th gt; .
lt; th bgcolor=" # ccccff " gt; Дата повернення lt;/th gt; .
lt; tr gt; raquo ;;
$ i=0; ($ row=ibase_fetch_row ($ result))
{$ i ++;" lt; tr gt; lt; td gt; $ row [0] lt;/td gt;
lt; td gt; $ row [1] lt;/td gt;
lt; td gt; $ row [2] lt;/td gt;
lt; td gt; $ row [3] lt;/td gt;
lt; td gt; $ row [4] lt;/td gt;
lt; td gt; $ row [5] lt;/td gt;
lt; td gt; $ row [6] lt;/td gt;
lt;/tr gt;" ;
} lt;/table gt; raquo ;; _ free_result ($ result);
? gt; lt; a href= index.html gt; lt; li gt; На головну lt;/li gt; lt;/a gt;
lt;/body gt;
lt;/html gt;
Лістинг 3.3 PHP код сторінки knigi_hist. php
lt; html gt;
lt; head gt;
lt; title gt; Історія книг lt;/title gt;
lt;/head gt;
lt; body background=4.jpg gt;
lt; b gt; lt; font size= 7 color= indigo gt; lt; i gt; lt; b gt; Історія книг lt;/i gt; lt;/font gt; lt;/b gt; lt; br gt;
lt ;? php
$ host= inf612c00: D: DB G140604_KALASHNIKOVA. FDB raquo ;;
$...