diff --git a/books.php b/books.php index 466509164..dd412bb5c 100644 --- a/books.php +++ b/books.php @@ -30,6 +30,28 @@ $books = array ( "PHP" => array ( +array( + /* title[s] */ "PHP 4.x. After Work. Für Einsteiger", + /* title_link */ "http://www.amazon.de/exec/obidos/ASIN/381557322X/wwwphpnet07", + /* author[s] */ array("Mark Kronsbein", "Thomas Weinert", Clemens Gutweiler), + /* auth link[s] */ array("http://www.zend.com/comm_person.php?id=36", "http://www.zend.com/comm_person.php?id=61", false), + /* image */ "afterworkphp.jpg", + /* information */ "Sybex, June 2002, ISBN 3-8155-7322-X, 352 pages", + /* inform. link */ "http://www.phpbuch.de/", + /* language */ "de" + ), + +array( + /* title[s] */ "Praktikum PHP", + /* title_link */ "http://www.amazon.de/exec/obidos/ASIN/3831137412/wwwphpnet07", + /* author[s] */ "Dennis Möller", + /* auth link[s] */ "", + /* image */ "praktikum.gif", + /* information */ "BoD, April 2002, ISBN 3-8311-3741-2, 296 pages", + /* inform. link */ "", + /* language */ "de" + ), + array( /* title[s] */ "PHP 4.x Webbook", /* title_link */ "http://www.amazon.de/exec/obidos/ASIN/3815573238/wwwphpnet07", diff --git a/gifs/books/praktikum.gif b/gifs/books/praktikum.gif new file mode 100644 index 000000000..b7006d0c4 Binary files /dev/null and b/gifs/books/praktikum.gif differ