More Books
There may be more books available that we do not know of yet! You can search Amazon.com for PHP related stuff by using this form (or go directly to Amazon.de or Amazon.fr and search there):
If you have found a book, which is not listed here, please email such details presented about books here to the webmaster. Please also include a link to a suitable image. See the support page for more information.
SIDEBAR_END; site_header("Books"); // Show a table row for one book function book_show($one_book) { global $book_langs; list($title, $title_link, $author, $author_link, $image, $info, $info_link, $lang) = $one_book; // Default to english if (!$lang || !isset($book_langs[$lang]) ) { $lang = 'en'; } // Min. one title, max two titles if (is_array($title)) { $img_title = htmlspecialchars($title[0]); $title = '' .
$img_title . '
' .
htmlspecialchars($title[1]) . '
by $author
\n"; // Print any book information and more info link if ($info || $lang != "en") { echo "\n";
if ($lang != "en") {
echo "in " . $book_langs[$lang] . "
\n";
}
echo str_replace("& ", "& ", $info) . "
' . make_image("caret-rg.gif",">") . " more info" .
"
\n
Click on a book for more information or (in most cases) to purchase it. Choose one category and/or a language from the ones below to go to a listing of books about that subject. If you buy the book using the links on this page, you are helping to support PHP development! Note that the list of books is not static, it is always presented in a random order.
| Types | Languages |
|---|---|
| " . $book_types[$btype] . " | \n\n"; $book_stat = book_stats($books, $btype); $first = TRUE; foreach ($book_stat as $blang => $number) { if (!$first) { echo ", \n"; } echo " " . $book_langs[$blang] . " ($number)"; $first = FALSE; } echo "\n | \n