Here are some good books for learning PHP ...
PHP for the World Wide Web, Second Edition (Visual QuickStart Guide)This "Visual QuickStart" book is great if you are a visual learning and would like a book with more pictures and instead of overwhelming amount of text. It starts from the beginning covering "Variables", "HTML Forms", "Using Numbers", "Using Strings", "Control Structures", "Arrays", "Creating Functions", "Databases", "Cookies", and more. |
Build Your Own Database Driven Website Using PHP and MySQLPHP and MySQL are widely used in creating webapps on shared web hosting. This book by Kevin Yank, Technical Director of Sitepoint, is a great way to get started. It assumes no prior knowledge and goes over all the basics that would be needed by anyone wanting to add backend functionality to their websites. Chapter 1: Installation |
Setting Up LAMP: Getting Linux, Apache, MySQL, and PHP Working TogetherMany of today's web applications are built on the "LAMP" stack --that is Linux, Apache, MySQL, and PHP. This book will show you how to set up this environment and get the four pieces to work well with each other. |
PHP in Action: Objects, Design, AgilityThis is an more advanced book focusing on object-oriented PHP and design patterns ... Chapter 3: Using PHP classes effectively |