Programming PHP: Creating Dynamic Web Pages,4th Edition
by: Kevin Tatroe
Print Length 页数: 524 pages
Publisher finelybook 出版社: O’Reilly Media; 4 edition (April 7,2020)
Language 语言: English
ISBN-10: 1492054135
ISBN-13: 9781492054139
Book Description
By finelybook
Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. 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,authors Kevin Tatroe and Peter MacIntyre provide many style tips and practical programming advice in a clear and concise manner to help you become a top-notch PHP programmer.
Understand what’s possible when you use PHP programs
Learn language fundamentals,including data types,variables,operators,and flow control statements
Explore 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
Preface
1.Introduction to PHP
2.Language Basics
3.Functions
4.Strings
5.Arrays
6.Objects
7.Dates and Times
8.Web Techniques
9.Databases
10.Graphics
11.PDF
12.XML
13.JSON
14.Security
15.Application Techniques
16.Web Services
17.Debugging PHP
18.PHP on Disparate Platforms
Function Reference
Index