Möchten Sie verkaufen? Hier verkaufen
PHP 3 Programming Browser-Based Applications, w. CD-ROM (McGraw-Hill Tools)
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

PHP 3 Programming Browser-Based Applications, w. CD-ROM (McGraw-Hill Tools) [Illustriert] [Englisch] [Taschenbuch]

David Medinets
3.3 von 5 Sternen  Alle Rezensionen anzeigen (19 Kundenrezensionen)

Erhältlich bei diesen Anbietern.



Produktinformation

  • Taschenbuch: 551 Seiten
  • Verlag: Mcgraw-Hill Professional; Auflage: Pap/Cdr (September 1999)
  • Sprache: Englisch
  • ISBN-10: 0071353429
  • ISBN-13: 978-0071353427
  • Größe und/oder Gewicht: 22,1 x 15,2 x 3,8 cm
  • Durchschnittliche Kundenbewertung: 3.3 von 5 Sternen  Alle Rezensionen anzeigen (19 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 1.156.614 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

David Medinets
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von David Medinets auf Amazon

Produktbeschreibungen

Amazon.com

David Medinets's principal task in PHP3: Programming Browser-Based Applications is to find common ground for a discussion of PHP3, the database-interfacing module for the Apache Web server. Unfortunately, his task is subverted by PHP3's complexity.

In principle, PHP3's Perl-like script slides into HTML. When accessed by a browser, the code is interpreted by the Apache server, building a Web page out of data pulled from an SQL database through Apache's PHP3 module. The centrality of PHP3 in linking the user to the database is clear, but the stability of a uniform PHP3 implementation in an intrinsically heterogeneous Linux/Unix environment is so problematic as to be prohibitive.

To be fair, Medinets's PHP3: Programming Browser-Based Applications is a thoughtfully constructed book, but it sends mixed signals about whether it will enter the fray of PHP3 module support. Medinets's 20-page line-by-line description of building PHP3 begins with guidelines on how to make a new gcc compiler. Safe to ignore? Maybe not, because his Apache server-build instructions should be followed verbatim. A clean build and test on a generic Linux distribution is a multi-day effort because essential environment variables aren't documented--neither by Medinets nor by the PHP3 development team. Dynamical loading of the PHP3 module (the modern standard for module handling) is itself a subject of strongly worded statements in the newsgroups. Medinets has no comment on this show-stopping issue.

The book consists of didactic chapters on data manipulation, regular expressions, basic object-orientation, the CGI interface, and XML, all of which get interspersed with task-oriented interludes on connecting to databases, maintaining lists, creating HTML modules, and managing concurrent access. Over 100 pages of appendices provide SQL and PHP function references and Internet resources.

But the PHP3 development team must stabilize its interfaces before any single-source tract will suffice. Until then, readers must make personal commitments to read all available documentation. For the fearless few who venture into the PHP3 backcountry, Medinets offers an errata page at www.mtolive.com/phpbook to help with orientation. Active PHP3 mailing lists (www.php3.org) contain questions and answers, which are disparaging and hyperbolic but occasionally helpful.

The PHP3 developers have an outpost with a stable platform, and Medinets is safe at the outpost, but his smoke signals are too far away and the winds too variable for him to be of much help to us yet. --Peter Leopold

Kurzbeschreibung

PHP is a tool that allows you to create dynamic web pages, which can be edited in the same way as HTML pages. This book provides a programming toolkit for anyone building dynamic web applications in the UNIX environment. The CD-ROM includes all of the documentation to support the products.

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Die hilfreichsten Kundenrezensionen
1 von 1 Kunden fanden die folgende Rezension hilfreich
just bad 27. April 2000
Von dave
Format:Taschenbuch
This book was a terrible waste of money. The author uses bad examples that are often wrong, plus he confuses one example with another. It is very hard to find what you are looking for because the index is not big enough and not cross-referenced properly. I hope this help anyone about to buy book.
War diese Rezension für Sie hilfreich?
Not quite done 19. Juni 2000
Format:Taschenbuch
This book looked great until I tried to use it to learn PHP. When I bought it, the alternative was one other book (Leon Atkinson's Core PHP, I think) which appeared to be nothing but a printed copy of the online manual.

I've spent three days trying to figure out whether the PHP at my ISP, the MySQL at my ISP, the way I have everything arranged at my site, my own thickheadedness, or the book is the reason I can't use Medinets' code to connect from inside HTML. It just doesn't work. Telnet works fine, but that has limited use....

His examples and exercises assume you have a local Apache Server and local MySQL. Since the whole point of PHP is that it gives you remote server-side database "for free," this seems a bit wrong-headed. And it makes "dipping into a new technology" a bit pricey; although Unix MySQL is free, the cost of developing for the vagaries of Windows is such that the Windows version must be purchased. Another reviewer has argued persuasively that even the Linux installation is significantly more complex than Medinets makes it sound, and that the book glosses over and even fails to mention some crucial installation tweaks.

With your own local server and database, there is a significant characteristic that Medinet fails to discuss: you are automatically a superuser, with full privileges. At an ISP, one is more likely to be a limited user, which is not a problem if you have a responsive ISP, but it means that almost every example in Medinets' book has to be filtered.

I emailed David Medinets to get some help with this problem, and hopefully to be pointed to some errata files for the code, which does have some identifiable errors. His response was that he "didn't have any experience with remote MySQL." Wrong answer. I just purchased WROX's Professional PHP.

War diese Rezension für Sie hilfreich?
Good Primer 19. April 2000
Von Ein Kunde
Format:Taschenbuch
I've looked at a bunch of PHP books and this one is a good variable/basic primer. I was a bit daunted by the length of the Wrox book so I picked this one up to quickly learn the basics. I wasn't too disappointed.

However, there are several code typos (luckily, they can be found corrected on the author's web site). In addition, I found some of the comments about certain things vague. He talks about forms and cookies but fails to give a simple example to reinforce these subjects. His discussion on PHP objects left me with many questions. I also didn't like having PHP functions used without explaining them to me first (I had to hit php's web site to learn what they did). I suppose I could've used the function glossary in the back of the book, but that is pretty spartan (and consumes about 100 pages).

Overall, I recommend this book to seasoned programmers (a first-time programmer would be crushed) who want to know the basics of PHP quickly. Pick up the Wrox book as well for the details.

War diese Rezension für Sie hilfreich?
Die neuesten Kundenrezensionen
Really good examples,single functions not covered in depth
Examples, working method and ideas are well expressed. I found a little lack in the number of php functions enumeration and explication; this could reduce the enormous... Lesen Sie weiter...
Veröffentlicht am 10. April 2000 von cricampa
Really good examples,single functions not covered in depth
Examples, working method and ideas are well expressed. I found a little lack in the number of php functions enumeration and explication; this could reduce the enormous... Lesen Sie weiter...
Veröffentlicht am 10. April 2000 von cricampa
A terrible book
I was developing two websites using PHP3 and MySQL so I bought this book to help: wrong. It's a disaster. Lesen Sie weiter...
Veröffentlicht am 9. April 2000 von Michael T. Martin
Wait for O'Reilly's Book Instead
Better than some. Good basic intro to PHP, for the most part. Sections on mySQL are muddled. The bits on table joins, a fairly important topic, are explained poorly + all too... Lesen Sie weiter...
Am 1. April 2000 veröffentlicht
Great for beginners, a wasted money for professionals
While this book is great for beginners to make a kick-start, almost everything covered in this book is available on the Internet, either on newsgroups/mailing lists, or php-related... Lesen Sie weiter...
Veröffentlicht am 9. März 2000 von "vahan"
A very good handy start to PHP; get it to learn.
As many of us have experienced, buying computer books is not necessarily easy. Sometimes you get books that are too hard, or too easy, and you have no patience to read though lots... Lesen Sie weiter...
Veröffentlicht am 4. März 2000 von ATKW
A very good for people starting up with PHP3
I like this book very much, because it leads you step by step into the basics of PHP3. I think it's very good for people who can handle HTML and know a bit about programming!
Veröffentlicht am 30. Januar 2000 von C. Ehret
Rough start
Unfortunately, I expected the accompanying CD containing mysql, apache, php, etc., to be useful. Instead, the . Lesen Sie weiter...
Am 15. Januar 2000 veröffentlicht
Something for everyone but not enough detail for reference
If you're like me, you like to dive right in and start coding immediately to see what can be done. To do that, one needs a good reference on the available functions, syntax, etc. Lesen Sie weiter...
Veröffentlicht am 12. Januar 2000 von Eric Hwang
More than just the facts. Now I finally understand!
It's AMAZING! I'm *finally* understanding how this all goes together.

Every other PHP manual or tutorial I've seen just gave lists of commands and how to use them, but didn't... Lesen Sie weiter...

Veröffentlicht am 9. Januar 2000 von Derek Sivers
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar