php books guides   Books + Guides

PHP

 
  Affiliate
Programs
 ASP, CGI + PHP
Scripts
 Domain
Names
 Internet
Auctions
 Web
Hosting
  
 
 
Menu
 
Home



Books + Guides

  ASP
  CGI
  Java
  JavaScript
  PHP



Our Free Scripts

  PHP Hangman



Installation Services



Script Directory

  Ad Tracking
  Affiliate Programs
    -Content
    -For Merchants
    -Link Protection
  Auctions
  Banners
  Blogs
  Calendars
  Chat Rooms
  Classified Ads
  Clocks
  CMS
  Counters
  Dating
  Domain Names
  eCards
  eCommerce
  Email
    -Anti Spam
    -Autoresponders
    -Forms
    -Mailing Lists
    -Tell A Friend
  FAQs
  FFAs
  Financial + Business
  Freelancers
  Forums
  Games
  Graphics
  Guest Books
  Jobs
  Linking
  Members/Passwords
  Miscellaneous
  News
  Polls + Surveys
  Popups
  Quotes
  Real Estate
  Searching
    -Directories
    -Internet Search
    -Site Search
  Tests + Quizzes
  Top Sites
  Traffic Analysis
  Upload



Links
  Learn CGI
  Learn PHP
  PHP Scripts
  Web Design Downloads
  Web Design eBooks
 


 
   
ScriptCavern  >  Books + Guides  >  PHP

   

PHP Books and Guides

These are guides to developing web sites using the PHP scripting language. To run PHP scripts you will need a web host with PHP support.

Downloads, Online Products, etc.

Here are some internet products:

Disclosure: Product/service details and descriptions provided by vendors or based on publicly available information. Our company may receive a payment if you purchase products/services after following a link from this website.

Simple Php

 Click here for details
Learn PHP in 17 steps.

From Amazon.com

Below are some books from Amazon.com:

Disclosure: Products details and descriptions provided by Amazon.com. Our company may receive a payment if you purchase products from them after following a link from this website.

Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites

By Robin Nixon

O'Reilly Media
Paperback (586 pages)

Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites
List Price: $39.99*
Lowest New Price: $21.89*
Lowest Used Price: $17.91*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
  • Understand PHP essentials
  • Create web pages with PHP and MySQL
Product Description:
If you're familiar with HTML, using the information in Learning PHP, MySQL, JavaScript and CSS, you will quickly learn how to build interactive, data-driven websites with the powerful combination of PHP, MySQL, JavaScript and CSS - the top technologies for creating modern sites. This hands-on guide explains each technology separately, shows you how to combine them, and introduces valuable web programming concepts such as objects, XHTML, cookies, and session management.

Carefully paced for non-programmers, this second edition of the top-selling guide to web development now also provides an extensive introduction to CSS, and benefits from reader questions and suggestions about the first edition, making the new edition even easier to follow and more information-packed than ever.

Plus, to ensure your have understood all the main points, you'll practice what you've learned with review questions at the end of each chapter, and there's even a sample social networking platform built with the elements introduced in this book.

Learning PHP, MySQL, JavaScript and CSS will enable you to:
  • Understand PHP up to an intermediate level, including the basics of object-oriented programming
  • Master MySQL, from database structure to complex queries
  • Create web pages with PHP and MySQL by integrating forms and other HTML features
  • Learn about JavaScript, from functions and event handling to accessing the Document Object Model
  • Pick up the basics of CSS (and CSS3) and learn how to use it to create compelling and dynamic web pages.
  • Find out how to manipulate CSS properties directly from JavaScript
  • Make Ajax calls and turn your website into a highly interactive environment
  • Upload and manipulate files and images, validate user input, and secure your applications
  • Bring all these technologies together to create a  social networking site

PHP and MySQL Web Development (4th Edition)

By Luke Welling

Addison-Wesley Professional
Paperback (1008 pages)

PHP and MySQL Web Development (4th Edition)
List Price: $54.99*
Lowest New Price: $29.98*
Lowest Used Price: $15.10*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
Product Description:
PHP and MySQL Web Development, Fourth Edition
The definitive guide to building database-drive Web applications with PHP and MySQL

PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications.


PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server.


This practical, hands-on book includes numerous examples that demonstrate common tasks such as authenticating users, constructing a shopping cart, generating PDF documents and images dynamically, sending and managing email, facilitating user discussions, connecting to Web services using XML, and developing Web 2.0 applications with Ajax-based interactivity.


The fourth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP 5 through version 5.3, such as namespaces and closures, as well as features introduced in MySQL 5.1.


TABLE OF CONTENTS

Part I: Using PHP

1 PHP Crash Course
2 Storing and Retrieving Data
3 Using Arrays
4 String Manipulation and Regular Expressions
5 Reusing Code and Writing Functions
6 Object-Oriented PHP
7 Error and Exception Handling

Part II: Using MySQL
8 Designing Your Web Database
9 Creating Your Web Database
10 Working with Your MySQL Database
11 Accessing Your MySQL Database from the Web with PHP
12 Advanced MySQL Administration
13 Advanced MySQL Programming

Part III: E-Commerce and Security
14 Running an E-Commerce Site
15 E-commerce Security Issues
16 Web Application Security
17 Implementing Authentication with PHP and MySQL
18 Implementing Secure Transactions with PHP and MySQL

Part IV: Advanced PHP Techniques
19 Interacting with the File System and the Server
20 Using Network and Protocol Functions
21 Managing the Date and Time
22 Generating Images
23 Using Session Control in PHP
24 Other Useful Features

Part V: Building Practical PHP and MySQL Projects

25 Using PHP and MySQL for Large Projects
26 Debugging
27 Building User Authentication and Personalization
28 Building a Shopping Cart
29 Building a Web-Based Email Service
30 Building a Mailing List Manager
31 Building Web Forums
32 Generating Personalized PDF Documents
33 Connecting to Web Services with XML and SOAP
34 Building Web 2.0 Applications with Ajax

Part VI: Appendixes
Appendix A: Installing PHP and MySQL
Appendix B: Web Resources


Programming PHP

By Kevin Tatroe & Rasmus Lerdorf

O'Reilly Media
Paperback (540 pages)

Programming PHP
List Price: $39.99*
Lowest New Price: $21.87*
Lowest Used Price: $17.00*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
Product Description:

This updated edition teaches everything you need to know to create effective web applications with the latest features in PHP 5.x. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms.

If you have a working knowledge of HTML, the authors’ many style tips and practical programming advice will help you become a top-notch PHP programmer.

  • Get an overview of what’s possible with PHP programs
  • Learn language fundamentals, including data types, variables, operators, and flow control statements
  • Understand functions, strings, arrays, and objects
  • Apply common web application techniques, such as form processing, data validation, session tracking, and cookies
  • Interact with relational databases like MySQL or NoSQL databases such as MongoDB
  • Generate dynamic images, create PDF files, and parse XML files
  • Learn secure scripts, error handling, performance tuning, and other advanced topics
  • Get a quick reference to PHP core functions and standard extensions

Murach's PHP and MySQL (Murach: Training & Reference)

By Joel Murach

Mike Murach & Associates
Paperback (840 pages)

Murach s PHP and MySQL (Murach: Training & Reference)
List Price: $54.50*
Lowest New Price: $29.99*
Lowest Used Price: $23.98*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
  • Murach's PHP and MySQL
Product Description:
This book was developed by the same team that authored Murach's JavaScript and DOM Scripting, and it has the same strong content organization that lets you focus on what you need to know, when you need to know it.

So it's a great first book in web programming if you're just starting out:

  • It shows you how to get an Apache web server environment set up, so you can test the apps on your computer
  • It gives you a quick-start course that shows you how to develop, test, and debug PHP applications that get data from a MySQL database...in just 6 chapters

Then, whether you're a beginning or experienced web developer, the rest of the book gives you a full set of professional PHP and MySQL skills:

  • The 9-chapter section on PHP teaches you how to build web applications using all the skills that make for a smooth user experience...like how to handle forms, strings, dates, arrays, cookies, sessions, and exceptions
  • The 5-chapter section on MySQL teaches you all the standard features you need to know for working with databases...like how to design and create a database and how to use SQL and PHP to work with database data
  • The 4-chapter section on advanced skills teaches you how to handle professional requirements, like ensuring security, generating email, processing images, and working with code from other web sites (like YouTube videos)...and it culminates with a Guitar Shop web site that shows how everything in the book ties together

Regardless of what you're learning next, each chapter covers skills from the simple to the complex. So you can go deeper and deeper to gain a sophisticated set of web and database skills, at your own pace.

So don't wait! Get your copy right away. I think you'll be delighted at how quickly you'll be creating your own database-driven websites using PHP and MySQL.

PHP, MySQL, JavaScript & HTML5 All-in-One For Dummies (For Dummies (Computer/Tech))

By Steve Suehring

For Dummies
Paperback (720 pages)

PHP, MySQL, JavaScript & HTML5 All-in-One For Dummies (For Dummies (Computer/Tech))
List Price: $44.99*
Lowest New Price: $24.39*
Lowest Used Price: $22.64*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
Product Description:
Get the basics on four key web programming tools in one great book!

PHP, JavaScript, and HTML5 are essential programming languages for creating dynamic websites that work with the MySQL database. PHP and MySQL provide a robust, easy-to-learn, open-source solution for creating superb e-commerce sites and content management. JavaScript and HTML5 add support for the most current multimedia effects. This one-stop guide gives you what you need to know about all four! Seven self-contained minibooks cover web technologies, HTML5 and CSS3, PHP programming, MySQL databases, JavaScript, PHP with templates, and web applications.

  • Addresses how PHP, MySQL, JavaScript, and HTML5 are vital tools for creating dynamic, database-driven websites and are especially important for e-commerce sites
  • Serves as essential reading for web designers who are new to these technologies, offering a crash course covering all of these powerful technologies in this handy volume of seven self-contained minibooks
  • Covers how to program in PHP and how to create and administer a MySQL database as well as how to manipulate MySQL data via a web interface
  • Shows how to create a secure website and how to code popular e-business applications such as login programs and shopping carts

With seven books in one, PHP, MySQL, JavaScript & HTML5 All-in-One For Dummies will turn your website into the center of attention in no time at all.

PHP Solutions: Dynamic Web Design Made Easy

By David Powers

friendsofED
Paperback (528 pages)

PHP Solutions: Dynamic Web Design Made Easy
List Price: $44.99*
Lowest New Price: $22.00*
Lowest Used Price: $20.98*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
Product Description:
This is the second edition of David Power's highly-respected PHP Solutions: Dynamic Web Design Made Easy. This new edition has been updated by David to incorporate changes to PHP since the first edition and to offer the latest techniques--a classic guide modernized for 21st century PHP techniques, innovations, and best practices.

You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages.

Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design.

But this book doesn't just provide a collection of ready-made scripts: each PHP Solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts or--if you prefer to leave that task to others--to adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices.

PHP for the Web: Visual QuickStart Guide (4th Edition)

By Larry Ullman

Peachpit Press
Paperback (528 pages)

PHP for the Web: Visual QuickStart Guide (4th Edition)
List Price: $39.99*
Lowest New Price: $21.65*
Lowest Used Price: $17.46*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
Product Description:
With PHP for the World Wide Web, Fourth Edition: Visual QuickStart Guide, readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. This task-based visual reference guide uses step-by-step instructions and plenty of screenshots to teach beginning and intermediate users this popular open-source scripting language. Leading technology author Larry Ullman guides readers through the latest developments including use and awareness of HTML5 with PHP. Other addressed changes include removal of outdated functions and more efficient ways to tackle common needs.

Both beginning users, who want a thorough introduction to the technology, and more intermediate users, who are looking for a convenient reference, will find what they need here--in straightforward language and through readily accessible examples.

PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)

By Larry Ullman

Peachpit Press
Paperback (504 pages)

PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)
List Price: $54.99*
Lowest New Price: $29.59*
Lowest Used Price: $23.91*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
Product Description:
Readers can take their PHP skills to the next level with this fully revised and updated PHP Advanced: Visual QuickPro Guide, Third Edition! Filled with fourteen chapters of step-by-step content and written by bestselling author and PHP programmer Larry Ullman, this guide teaches specific topics in direct, focused segments, shows how PHP is used in real-world applications. The book teaches developing web applications using advanced PHP techniques and advanced database concepts, and this edition offers several chapters devoted to object-oriented programming and all-new chapters on debugging, testing, and performance and using the Zend framework. Author hosts a popular companion website at www.larryullman.com, where readers can freely download code used in the book, access a user forum and book updates, and get advice directly from the author.

Head First PHP & MySQL

By Lynn Beighley

O'Reilly Media
Paperback (814 pages)

Head First PHP & MySQL
List Price: $44.99*
Lowest New Price: $22.00*
Lowest Used Price: $18.09*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
Product Description:

If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more.

Head First PHP & MySQL offers the same visually rich format that's turned every title in the Head First series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.

  • Use PHP to transform static HTML pages into dynamic web sites
  • Create and populate your own MySQL database tables, and work with data stored in files
  • Perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY
  • Use cookies and sessions to track visitors' login information and personalize the site for users
  • Protect your data from SQL injection attacks
  • Use regular expressions to validate information on forms
  • Dynamically display text based on session info and create images on the fly
  • Pull syndicated data from other sites using PHP and XML
Throughout the book, you'll build sophisticated examples -- including a mailing list, a job board, and an online dating site -- to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, Head First PHP & MySQL is the ideal way to get going.

PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)

By Larry Ullman

Peachpit Press
Paperback (696 pages)

PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)
List Price: $44.99*
Lowest New Price: $23.18*
Lowest Used Price: $22.50*
Usually ships in 24 hours*
*(As of 22:29 Pacific 20 May 2013 More Info)


Click Here
Product Description:
It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open-source combination. Add this book to the mix, and there's no limit to the powerful, interactive Web sites that developers can create. With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications. This guide is indispensable for beginning to intermediate level Web designers who want to replace their static sites with something dynamic. In this edition, the bulk of the new material covers the latest features and techniques with PHP and MySQL. Also new to this edition are chapters introducing jQuery and object-oriented programming techniques.
Disclosure: Advertising Link(s): Our company may receive a payment if you purchase a product/service after following this link.


   

 
 
 

 
   
With any business, it is up to the individual owner of said business to ensure the success of the business. You may make more or less than any sample figures or results that might be quoted on our web sites or other publications. All business involves risk, and many businesses do not succeed. Further, Answers 2000 Limited does NOT represent that any particular individual or business is typical, or that any results or experiences achieved by any particular individual/business is necessarily typical.


Copyright © 2000-2012, Answers 2000 Limited

In Association With Amazon.com
Answers 2000 Limited is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.
CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED 'AS IS' AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.

Our sites use cookies, some of which may already be set on your computer. Use of our site constitutes consent for this. For details, please see Privacy.

Privacy     Terms Of Use     Advertising/Endorsements Disclosures

Disclosure: Our company may receive a payment if you purchase web hosting, domain registration or other products or services after following a link from this website.

Disclosure: Our company's websites' content (including this website's content) includes advertisements for our own company's websites, products, and services, and for other organization's websites, products, and services. In the case of links to other organization's websites, our company may receive a payment, (1) if you purchase products or services, or (2) if you sign-up for third party offers, after following links from this website. Unless specifically otherwise stated, information about other organization's products and services, is based on information provided by that organization, the product/service vendor, and/or publicly available information - and should not be taken to mean that we have used the product/service in question. Additionally, our company's websites contain some adverts which we are paid to display, but whose content is not selected by us, such as Google AdSense ads. For more detailed information, please see Advertising/Endorsements Disclosures