Tags
Language
Tags
June 2024
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6

PHP by Example: A Practical Guide to Creating Web Applications with PHP

Posted By: GFX_MAN
PHP by Example: A Practical Guide to Creating Web Applications with PHP

PHP by Example: A Practical Guide to Creating Web Applications with PHP
English | 2024 | ASIN : B0CTSP8DCT | 432 Pages | True PDF,EPUB | 10.99 MB

Learn to create web applications in PHP with minimal previous experience. This book is a practical guide to using PHP for web development.

Loaded with examples and step-by-step instructions, each chapter is dedicated to a specific area or function. You’ll first review the main principles of PHP and what is needed to program and develop in it. You’ll then study variables, data types, control statements, arrays, and functions, all critical for creating efficient PHP programs.

The book then moves on to object-oriented programming (OOP) and how to implement those principles in PHP, as well as inheritance, interfaces, testing, error handling, and exceptions. By the end of PHP by Example, you will have the knowledge and confidence to implement PHP for your web projects both large and small.

What You’ll Learn
Understand PHP from the ground up
Create scripts and implement them in real-world projects
Work with a broad toolkit of ready-made exercises and solutions
Investigate the main constructions of the PHP