oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Professional PHP 4 (Programmer to Programmer)
 
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.

Professional PHP 4 (Programmer to Programmer) [Englisch] [Taschenbuch]

Luis Argerich , Wankyu Choi , John Coggeshall

Preis: EUR 23,99 kostenlose Lieferung. Siehe Details.
  Alle Preisangaben inkl. MwSt.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Gewöhnlich versandfertig in 2 bis 4 Wochen.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Gebundene Ausgabe EUR 58,99  
Taschenbuch EUR 23,99  
Dieses Buch gibt es in einer neuen Auflage:
Professional PHP4 Professional PHP4
EUR 39,99
Nicht auf Lager. Bestellen Sie jetzt und wir liefern, sobald der Artikel verfügbar ist

Produktinformation


Mehr über den Autor

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

Besuchen Sie die Seite von Christopher Scollo auf Amazon

Produktbeschreibungen

Kurzbeschreibung

PHP is an open source, server-side HTML-embedded web-scripting language for creating dynamic web pages. Outside of being browser-independent, it offers a simple and universal cross-platform solution for e-commerce, complex web, and database-driven applications.

Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This book also aims at teaching PHP by coding - among other things - FTP clients, e-mail clients, some advanced data structures, session management, and secure programming.

What does this book cover?

The whys and wherefores of PHP4
PHP installation on *nix, Windows, and MacOS X
Sessions and cookies, coding FTP clients, network-related function calls, and directory services
PHP support for LDAP
Multi-tiered development using PHP
PHP's interaction with XML
PHP with MySQL
PHP with PostgreSQL and ODBC
Securing, optimizing, and internationalizing PHP applications
PHP extension libraries
A real world employee directory, an online library application, and a GTK interface to the application
Case studies on a user privilege system and a multi-tiered WML-based shopping cart

Synopsis

PHP is an open source, server-side HTML-embedded web-scripting language for creating dynamic web pages. Outside of being browser-independent, it offers a simple and universal cross-platform solution for e-commerce, complex web, and database-driven applications. This title shows the reader exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. It also aims at teaching PHP by coding - among other things - FTP clients, e-mail clients, some advanced data structures, session management, and secure programming. This book covers: the whys and wherefores of PHP4; PHP installation on *nix, Windows, and MacOS X; sessions and cookies, coding FTP clients, network-related function calls, and directory services; PHP support for LDAP; multi-tiered development using PHP; PHP's interaction with XML; PHP with MySQL; PHP with PostgreSQL and ODBC; securing, optimizing, and internationalizing PHP applications; and PHP extension libraries.

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

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  38 Rezensionen
20 von 20 Kunden fanden die folgende Rezension hilfreich
OK, but sloppy 25. März 2003
Von Rohan Parkes - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Having previously read Wrox's Professional ASP Programming, I tried this book, hoping for something of equal merit.

This volume is has some decent material, but is marred by a tendecy to sloppiness.

Firstly, as other reviewers have noted, there are too many authors (count 'em - 16!), which is unnecessary, and leads to inconsistencies in presentation. The book could quite easily have been authored by a single writer. There are only a few chapters that required specialist knowledge.

For example, the early chapters are quite good at advising the reader on PHP settings. Since there's no option explicit in PHP,the author correctly advises the reader to increase their error setting to report unused variables. Later, however, much of the code uses uninitialised variables. This is particularly the case in the chapter on form handling, the approach to which is too crude, and uses form variables directly in code, whereas a better approach would be to capture them and process them using isset(). The isset() function isn't even covered in this chapter,but is used correctly in other chapters.

Secondly, while the converstational tone of Wrox books is often appealing, it can also be a problem at times. The presentation is not always comprehensive enough, and Wrox authors have a tendency to give overly clever examples.

Strangely, there's no reference section. I found some of the explanations sloppy and confusing, especially the section of session variables. (I still can't get the WAP application to work properly.)

Thirdly, the chapter on OO design leaves the reader stranded. After a decent theoretical discussion, the writer informs the reader that there will be no code examples, as the reader now knows enough theory to work an example out for themselves! If I've paid for the book, I don't really want to have it set homework for me.

Fourthly, there are an annoying number of errors in the code. Many of these are corrected in the online errata, but there are quite a few that aren't at present. Furthermore, some of them are not typos, but seem to be the result of misconceptions on the part of the writer. This tends to reinforce the impression that some of the authors are relatively inexperienced.

Lastly, there are a large number of errors in the downloadable code. I suppose supplied code should be seen as a bonus, but it's poor quality control, and greatly adds to the user's annoyance.

9 von 9 Kunden fanden die folgende Rezension hilfreich
Excellent Database functionality coverage 29. Januar 2002
Von Steven Duffey - Veröffentlicht auf Amazon.com
Format:Taschenbuch
With the book market flooded with compendia on PHP and MySQL,
I have been looking avidly around for a PHP book with coverage on PostgreSQL and ODBC.
This book has come at the right time for me - It covers the functionality aspects of MySQL,
PostgreSQL and ODBC - MS access and SQL server, through a common application that
runs through each of these chapters. I must admit however that the application was not high-end, but
it served very well the purpose of demonstrating the functionality of each database with PHP. I further
appreciated the use of GTK to develop a standalone app for the same database application. I am looking
forward to buying more of these common-theme-thread books - It has really helped me to good effect.
7 von 7 Kunden fanden die folgende Rezension hilfreich
The next Step to Professional PHP Programming 29. Januar 2002
Von Ewan Galloway - Veröffentlicht auf Amazon.com
Format:Taschenbuch
Firstly i must admit that i have been waiting for a book like this to be released.I am the proud owner of three PHP books - PHP Pocket reference,Professional PHP Programming and Beginning PHP4.These books have influenced my career tremendously and shaped my development direction.
The Professional PHP4 is a well structured follow-up to the all of the above mentioned books and a must buy for anyone who wants to take their PHP skills further.
Well structured... because it takes you from the Professional rudimentaries to core PHP syntax,functions and OO to issues outside typical web application environment.It also covers multi-tier development using four different databases and even covers aspects of Il18n,optimisation and security.
I have now recommended this book to replace Professional PHP Programming in our local PHP education forum.

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


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de