Möchten Sie verkaufen? Hier verkaufen
Der Artikel ist in folgender Variante leider nicht verfügbar
Keine Abbildung vorhanden für
Farbe:
Keine Abbildung vorhanden

 
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.

Building Database Applications on the Web Using PHP 3, w. CD-ROM [Englisch] [Taschenbuch]

Craig Hilton , Jeff Willis
2.0 von 5 Sternen  Alle Rezensionen anzeigen (18 Kundenrezensionen)

Erhältlich bei diesen Anbietern.



Kurzbeschreibung

3. Dezember 1999
Hundreds of thousands of web developers have discovered the ease and power of PHP3 and PostgreSQL. Together, they form an integrated, robust platform for building industrial-strength, interactive, server-side database applications for the web. Building Database Applications on the Web Using PHP3 provides everything you need to understand and work with PHP3. This complete resource presents essential background information and clear explanations of PHP3, PostgreSQL, MySQL, HTML, Linux, and other relevant database and Internet technologies. A step-by-step tutorial walks you through the process of building PHP3 applications, featuring a series of increasingly sophisticated applications that focus on such vital topics as creating run-time generated graphics, database integration and design, and login authentication. You will also find a comprehensive reference to the syntax, grammar, and function library of PHP3, organized both alphabetically and by type of function. This reference incorporates numerous working examples that demonstrate proper use of PHP functions and can be pasted directly into your own applications. The accompanying CD-ROM provides everything needed to install PHP and PostgreSQL under Red Hat Linux. Readers may also log onto a private web site where all the real-world database applications found in the book can be built from an Internet connection. Whether you are just learning web-based development and PHP3 or are already developing sophisticated applications, Building Database Applications on the Web Using PHP3 is an accessible and essential guide to this powerful web development environment. 0201657716B04062001

Produktinformation

  • Taschenbuch: 597 Seiten
  • Verlag: Addison-Wesley Longman, Amsterdam; Auflage: Pap/Cdr (3. Dezember 1999)
  • Sprache: Englisch
  • ISBN-10: 0201657716
  • ISBN-13: 978-0201657715
  • Größe und/oder Gewicht: 23,4 x 18,3 x 3 cm
  • Durchschnittliche Kundenbewertung: 2.0 von 5 Sternen  Alle Rezensionen anzeigen (18 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 2.590.135 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

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

Produktbeschreibungen

Amazon.de

PHP3 is a powerful and flexible scripting language that integrates well with the open-source Apache Web server. Building Database Applications on the Web Using PHP3 explores how to use PHP3 to access databases for sophisticated Web applications. While it falls short of a comprehensive look at the topic, it does illustrate many of the key concepts and compatible SQL databases.

The book begins with quick overviews of PHP, Linux, and selected SQL databases. The focus is on PostgresSQL (an open-source derivative of the pioneer Ingres SQL product) and MySQL (a smaller and more simplified database). The database coverage is brief, however, and offers only a very general look at the database engines. At several points in the book the reader is directed to online documentation for further details.

A concise and orderly tutorial of the PHP3 language follows with simple code examples that illustrate major concepts such as variables, classes, and functions. From here the author presents some examples of database access from PHP3. This discussion continuously builds on a sample application to illustrate new concepts, which is organized well enough to allow quick topical reference.

The bulk of the book is a PHP3 language and function reference replete with examples for each entry. If you're unfamiliar with basic database concepts, you'll find this text is a bit incomplete; but it does work well for database aficionados looking to tap into PHP3. --Stephen W. Plain

Topics covered: PHP3 history, PostgresSQL, MySQL, embedding PHP code in HTML, SQL queries, run-time graphic generation, and login authentication.

Synopsis

Hundreds of thousands of web developers have discovered the ease and power of PHP3 and PostgreSQL. Together, they form an integrated, robust platform for building industrial-strength, interactive, server-side database applications for the web. Building Database Applications on the Web Using PHP3 provides everything you need to understand and work with PHP3. This complete resource presents essential background information and clear explanations of PHP3, PostgreSQL, MySQL, HTML, Linux, and other relevant database and Internet technologies. A step-by-step tutorial walks you through the process of building PHP3 applications, featuring a series of increasingly sophisticated applications that focus on such vital topics as creating run-time generated graphics, database integration and design, and login authentication. You will also find a comprehensive reference to the syntax, grammar, and function library of PHP3, organized both alphabetically and by type of function. This reference incorporates numerous working examples that demonstrate proper use of PHP functions and can be pasted directly into your own applications.

The accompanying CD-ROM provides everything needed to install PHP and PostgreSQL under Red Hat Linux. Readers may also log onto a private web site where all the real-world database applications found in the book can be built from an Internet connection. Whether you are just learning web-based development and PHP3 or are already developing sophisticated applications, Building Database Applications on the Web Using PHP3 is an accessible and essential guide to this powerful web development environment. 0201657716B04062001


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.0 von 5 Sternen Dont waste your money 19. Juli 2000
Von Dan Pasch
Format:Taschenbuch
This book includes an overly brief intro to basic programmingconcepts which has no appeal to anyone who knows anything aboutprogramming. While at the same time being of no worth to anyone new to programming since it assumes a lot of knowledge in its brevity.

The book then offers a few applications which are dominated by poor editing. Making it more work to search out the minor syntax errors then just to write something better oneself...

War diese Rezension für Sie hilfreich?
1.0 von 5 Sternen A waste of perfectly good trees 18. Juli 2000
Von Ein Kunde
Format:Taschenbuch
I should have paid attention to the other reviewers who gave this book such low marks, but I didn't and decided to by the book anyway. Bottom line, it was a waste of money.

I really can find no redeeming qualities to this book at all.

First of all, the book is too Linux focussed. Although I do happen to use Linux, those who are trying to learn PHP on Windows NT will find that some of the examples are invalid on NT.

Second, if you don't already have a pretty good grasp on programming, you are going to get lost pretty quickly (despite the authors claims that you don't need to be a programmer). This book shows coding examples and uses terms that the average person is not going to be familiar with. Terms and concepts are introduced, and either not explained at all, or given a quick once over that is not nearly suficiant. Because of this, this book will not teach you PHP.

This book will not teach you SQL either, and the sample applications in the tutorial will not work unless you already know how to add users and grant permissions in PostGreSQL or whatever other database you use (and you can forget about logging into their website like they suggest. Apparently they had a hard drive crash and still have not gotten that part back up).

Even if you do know how to set up your SQL db properly, almost none of the sample applications in the tutorial will work anyway because almost all of them contain coding errors and syntax errors serious enough to prevent the application from running at all. Some of the applications contain multiple errors. Didn't the authors even bother to try running these applications to check for errors before including them in the manuscript? I had to find and fix the errors in almost every single tutorial application before they would work properly. There aren't even any corrections to the code on the website for the book! And by now the authors have to know that most of their samples contain errors. Are they just to lazy to put corrected examples on their web site?

The Troubleshooting paragraph at the end of each application is useless. They say "We have tried to isolate a few of the common errors we've seen..", and then don't give any explination of these common errors. It is simply a cut and paste from one application to another - The exact same paragraph at the end of each application. When things don't work, this paragraph is useless because it claims you typed in the code wrong or don't have the database set up correctly.. The reality is that things don't work because the authors typed in the code wrong, and the code samples you have are useless as they will not even run.

It also seems the authors don't even understand HTML much less PHP. For example, they include illegal HTML comments in some samples, enclose samples in PHP tags when they should not be in PHP tags (in fact the PHP tags cause the sample to break), use checkboxes when radio buttons should be used instead, insert useless tables that serve no purpose (cause they only have one row and one column and use line breaks and paragraph breaks to seperate lines, making the table serve no purpose at all.

If on the other hand you already know all of the above topics pretty well (SQL, PHP, and HTML), this book is not going to teach you anything new, and would still be a waste of money. So this book is useless to the novice and also useless to the experienced user.

Stay away from this book. Spend your money on something useful instead.

War diese Rezension für Sie hilfreich?
1.0 von 5 Sternen Skip This One 18. Mai 2000
Format:Taschenbuch
I was quite disappointed in this book. While the sample "applications" appear to be quite useful and easily adaptable even for the novice (such as myself), there is only about 150 pages of original material (the rest is not much different from stuff freely available on the Internet). Likewise, the CD-ROM does not even include the source code for the sample applications. Just more stuff that's readily available on the Net.

There is a "private" web site -- Addison-Wesley advertises this as an incentive on the back of the book. However, the web site, at least recently, has included nothing more than additional freely and easily obtainable information. The code and "examples" are "coming."

To top it off, email sent to the webmaster (the only contact link on the site) gets rejected by their mail server.

Addison-Wesley should be ashamed of this.

If you're a beginner, get PHP Essentials by Julie C. Meloni instead. No, I don't know her; it's just a great book, and her web site does have the code and further examples.

War diese Rezension für Sie hilfreich?
Möchten Sie weitere Rezensionen zu diesem Artikel anzeigen?
Waren diese Rezensionen hilfreich?   Wir wollen von Ihnen hören.
Die neuesten Kundenrezensionen
1.0 von 5 Sternen Building database applications? With this book?
I am not usually this critical about books, but this one unfortunately deserves a negative mention. It was really disappointing. Lesen Sie weiter...
Veröffentlicht am 17. Mai 2000 von E. Voncken
1.0 von 5 Sternen I would return it
If I am not in Hong Kong, I would return the book. I agree with other reviewers that if you want to learn how to develop real database application using PHP, go somewhere else. Lesen Sie weiter...
Veröffentlicht am 17. April 2000 von M. K. Chang
1.0 von 5 Sternen Not much substance
The first 20% of the book is original material, mostly geared towards beginners ("NotePad will generate an ASCII-text document... Lesen Sie weiter...
Am 13. April 2000 veröffentlicht
2.0 von 5 Sternen Disappointing PHP book
I agree with other reviewers. This is a disappointing PHP book. For syntax-reference book, you rather go for Core PHP.
Am 14. März 2000 veröffentlicht
2.0 von 5 Sternen Good start, but failed miserably
The book had a good start, starting off with a quick beginner-style intro into databases, but focused mostly on PostgreSQL. It was all downhill from there. Lesen Sie weiter...
Am 14. März 2000 veröffentlicht
1.0 von 5 Sternen A Big Disappointment
"~This book isn't what I thought it would be. I expected a tutorial that would spend more time on using PHP with a database. Lesen Sie weiter...
Veröffentlicht am 14. März 2000 von Larry Nedry
1.0 von 5 Sternen Question
I was about to purchase this book, but noticed the low review rating it had and decided to look at the individual reviews. Lesen Sie weiter...
Veröffentlicht am 8. März 2000 von Hugh Williams
2.0 von 5 Sternen PHP3 Reference Misses the Mark
This book, which opened up with a lot of promise, ended up disappointing me. The title is misleading in that there is very little about what actually has to be done to build a... Lesen Sie weiter...
Veröffentlicht am 29. Februar 2000 von R. M. Derman
3.0 von 5 Sternen Mixed bag
I agree with the previous reviews except for "great for beginners", and this is why....

I couldn't get Application #2 to work at first. Lesen Sie weiter...

Am 26. Februar 2000 veröffentlicht
3.0 von 5 Sternen Title of book mis-leads
Shame on the publisher for placing a title that implies advanced coverage on a beginners book. A book that has 50% command reference should say so (in the title or on cover). Lesen Sie weiter...
Veröffentlicht am 25. Februar 2000 von Richard H Paul
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


Ihr Kommentar