
Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet or computer—no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera, scan the code below and download the Kindle app.
Follow the authors
OK
PHP and MySQL Web Development Paperback – 29 September 2004
Purchase options and add-ons
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!
- Print length984 pages
- LanguageEnglish
- PublisherSams
- Publication date29 September 2004
- Dimensions17.78 x 5.08 x 22.86 cm
- ISBN-109780672326721
- ISBN-13978-0672326721
Product description
About the Author
Laura Thomson is a lecturer in the School of Computer Science and Information Technology at RMIT University in Melbourne, Australia. She is also a partner in the award-winning web development firm Tangled Web Design. Laura has previously worked for Telstra and the Boston Consulting Group. She holds a Bachelor of Applied Science (Computer Science) degree and a Bachelor of Engineering (Computer Systems Engineering) degree with honors, and is currently completing her Ph.D. in Adaptive Web Sites. In her spare time, she enjoys sleeping. Laura can be reached via email at laura@tangledweb.com.au.
Luke Welling is a senior web developer at MySQL AB, the company behind the MySQL database. He has previously taught engineering and computer science at RMIT University in Melbourne, Australia and worked as a computer programmer for many years. He holds a Bachelor of Applied Science (Computer Science) degree. In his spare time, he attempts to perfect his insomnia. Luke can be reached via email at luke@tangledweb.com.au.
Both authors have attained the MySQL Core Certification offered by MySQL AB and the Zend Certified PHP Engineer offered by Zend Technologies Ltd.
Product details
- ASIN : 0672326728
- Publisher : Sams; 3rd edition (29 September 2004)
- Language : English
- Paperback : 984 pages
- ISBN-10 : 9780672326721
- ISBN-13 : 978-0672326721
- Dimensions : 17.78 x 5.08 x 22.86 cm
- Customer Reviews:
About the authors
Discover more of the author’s books, see similar authors, read author blogs, and more
Discover more of the author’s books, see similar authors, read author blogs, and more
Customer reviews
Top reviews from other countries


I found the chapters on MySQL very good, although I did supplement them with Parts I and II "The Relational Model of Data" from Christopher Date's "Introduction to Database Systems", as I wanted to have a slightly more advanced perspective on SQL database querying and a better understanding of what comprises a database system.
Finally, I should note that a benefit of using MySQL and PHP is that both tools have very good online reference manuals that will answer questions about advanced syntax and use that is omitted from this book (although I must say that this book covers a significant amount of both manuals, and places them well within the context of actual website development).
I couldn't have asked for a better book.

Developpeur de sites depuis plus de 6 ans, donc largement expérimenté tant d'un pt de vue technique que gestion de projet, je ne pensais pas pouvoir trouver un livre sur PHP/MySQL qui me satisfasse à ce point.
Un grand bravo aux auteur.

Note: It covers PHP 5 - and most hosting online is still running PHP 4 (as of June 06) - so you will have to adapt areas of your code quite considerably to run on the older version.
On the whole a good book with good example code - best used in tandom with online resources such as php.net