Known for its straightforward simplicity, PHP is an open source, general-purpose scripting language oriented for web development. In this book, author Chiranjit Hazarika guides newcomers through PHP’s basics, which includes deployment, programming themes such as variables, decision making, arrays, functions, and databases, and the creation of a functional webpage that will connect to a database. By the end, you’ll be ready to join the vast community of PHP users around the world.
Table of Contents Introduction to PHP Deploying PHP PHP Basics Functions and File Inclusion Files and Databases A Contact List Website General Summary General Conclusions