IniciGrupsConversesMésTendències
Cerca al lloc
Aquest lloc utilitza galetes per a oferir els nostres serveis, millorar el desenvolupament, per a anàlisis i (si no has iniciat la sessió) per a publicitat. Utilitzant LibraryThing acceptes que has llegit i entès els nostres Termes de servei i política de privacitat. L'ús que facis del lloc i dels seus serveis està subjecte a aquestes polítiques i termes.

Resultats de Google Books

Clica una miniatura per anar a Google Books.

PHP and MySQL Web Development (4th Edition)…
S'està carregant…

PHP and MySQL Web Development (4th Edition) (edició 2008)

de Luke Welling, Laura Thomson

MembresRessenyesPopularitatValoració mitjanaConverses
695432,876 (3.74)Cap
A new edition of this title is available, ISBN-10: 0672329166 ISBN-13: 9780672329166 We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object model and validation. Through a clear, practical approach, you will learn to develop secure, dynamic websites by integrating and implementing the PHP scripting language and the MySQL database system. Real-world examples and working sample projects will give you a strong foundation on which to start building your own websites, complete with features such as SSL, shopping carts and payment systems. The accompanying CD includes the source code from each example in the book, the entire book in PDF format, and source code and binaries for PHP 5, MySQL 5 and Apache. Readers have called PHP and MySQL Web Development call it the best technical book they've ever read, but don't take their word for it. Find out for yourself!… (més)
Membre:debweiss
Títol:PHP and MySQL Web Development (4th Edition)
Autors:Luke Welling
Altres autors:Laura Thomson
Informació:Addison-Wesley Professional (2008), Edition: 4, Paperback, 1008 pages
Col·leccions:La teva biblioteca, Llegint actualment
Valoració:
Etiquetes:Programming, Location: Deb's Bedroom

Informació de l'obra

PHP and MySQL Web Development de Luke Welling

Cap
S'està carregant…

Apunta't a LibraryThing per saber si aquest llibre et pot agradar.

No hi ha cap discussió a Converses sobre aquesta obra.

Es mostren totes 4
This book changed me from a web user to a web designer. It gave me the tools to build the back-end of a website. The unseen portion of a website is where all the work gets done and makes the site become useful for others. PHP and MySQL are still my favorite programs for scripting and database storage. This book is dated but I still use it as a reference. It always points me to the right online reference either by suggestion or a direct link. I would recommend this for the beginner to intermediate. Enjoy! ( )
  stanrobinson | Oct 27, 2010 |
Here's part 1 of my "PHP and MySQL Web Development" book review.

I think this is a well organized and well written book. It starts right off with a solid review of PHP. For an ad hoc PHP hacker like myself, that chapter 1 review was very good. It helped organize my somewhat scattered knowledge of PHP, and I learned a few new details right off.

From there, the authors take you right into a nice, concrete example of implementing a basic e-commerce site in PHP. The initial project is pretty basic, but I found it very useful in refreshing and solidifying what I already knew. The example has you persisting data to and reading it back from a file, but at the same time the authors are preparing you with additional information about why a file is less than ideal as
a data store.

After that it's back to PHP school with reviews of arrays and regular expressions. Again, the material is thorough and well presented, and I found I learned a few more new bits.

Chapter 5 gets us into what I guess I'd call intermediate PHP, here they are starting to get you into modularity with putting PHP functions in their own files, starting to get you into the idea of separating presentation and content. At this point we also get introduced to PHP classes, and this is all starting to be woven into the ways that PHP can be used to build complex websites with reusable blocks of code.

I am just now getting into the MySQL part. One recommendation I'd make, if you are trying to put together web server, PHP and MySQL, go with a competent ready-to-roll LAMP (Linux-Apache-MySQL-PHP) distro. I built
from scratch on a SuSE Linux, and while it was interesting and educational, it also took quite a bit of work.

The MySQL part follows the model of using a fairly realistic if somewhat simple bookstore application for the example. I'm hoping that this will lead to some nice class-packaged MySQL interface that I can then apply to some of my little personal web apps.

Hopefully I'll have more about that in part 2 before too long.
1 vota dlslug | May 7, 2009 |
This is a fantastic book and most of my website is based on the code within it. I always kept this book to hand for several years, and often referred to it, though I've now reached the stage where I no longer need it. My one concern is that there is not enough emphasis on security, and some of the code is inherently insecure. One example is the authors' practice of putting the database username and password inside the PHP file itself. This is a very bad thing to do. Those details should be stored outside the web root. The PHP file can access them via an include statement. Hopefully that's been addressed in a later edition. ( )
  davehaslett | Feb 19, 2008 |
Very nice book. Would recommend to everybody I know. Not much a plot. ( )
  jpcarter1 | Dec 27, 2005 |
Es mostren totes 4
"[The third edition is not] a strong upgrade to the 2nd edition, which in turn was a weak replacement for the 1st edition. Has its good points, but they are increasingly few and far between. 8/10"
afegit per legallypuzzled | editaLinux Format, Paul Hudson (Dec 25, 2004)
 
[The second edition] "is sadly less than perfect. ... However, the book isn't all bad ... If you're looking for the most hands-on manner of learning PHP, this is definitely the book for you. ... Not really an improvement over its predecessor, and you can probably pick up 1st edition on the cheap. 7/10"
afegit per legallypuzzled | editaLinux Format, Paul Hudson (Jun 1, 2003)
 

» Afegeix-hi altres autors (2 possibles)

Nom de l'autorCàrrecTipus d'autorObra?Estat
Luke Wellingautor primaritotes les edicionscalculat
Thomson, Lauraautor principaltotes les edicionsconfirmat

Pertany a aquestes sèries

Has d'iniciar sessió per poder modificar les dades del coneixement compartit.
Si et cal més ajuda, mira la pàgina d'ajuda del coneixement compartit.
Títol normalitzat
Informació del coneixement compartit en anglès. Modifica-la per localitzar-la a la teva llengua.
Títol original
Títols alternatius
Data original de publicació
Gent/Personatges
Llocs importants
Esdeveniments importants
Pel·lícules relacionades
Epígraf
Dedicatòria
Informació del coneixement compartit en anglès. Modifica-la per localitzar-la a la teva llengua.
To our Mums and Dads
Primeres paraules
Citacions
Darreres paraules
Nota de desambiguació
Editor de l'editorial
Creadors de notes promocionals a la coberta
Llengua original
CDD/SMD canònics
LCC canònic

Referències a aquesta obra en fonts externes.

Wikipedia en anglès

Cap

A new edition of this title is available, ISBN-10: 0672329166 ISBN-13: 9780672329166 We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object model and validation. Through a clear, practical approach, you will learn to develop secure, dynamic websites by integrating and implementing the PHP scripting language and the MySQL database system. Real-world examples and working sample projects will give you a strong foundation on which to start building your own websites, complete with features such as SSL, shopping carts and payment systems. The accompanying CD includes the source code from each example in the book, the entire book in PDF format, and source code and binaries for PHP 5, MySQL 5 and Apache. Readers have called PHP and MySQL Web Development call it the best technical book they've ever read, but don't take their word for it. Find out for yourself!

No s'han trobat descripcions de biblioteca.

Descripció del llibre
Sumari haiku

Debats actuals

Cap

Cobertes populars

Dreceres

Valoració

Mitjana: (3.74)
0.5 1
1 1
1.5
2 4
2.5
3 18
3.5 1
4 27
4.5 4
5 13

Ets tu?

Fes-te Autor del LibraryThing.

 

Quant a | Contacte | LibraryThing.com | Privadesa/Condicions | Ajuda/PMF | Blog | Botiga | APIs | TinyCat | Biblioteques llegades | Crítics Matiners | Coneixement comú | 204,457,064 llibres! | Barra superior: Sempre visible