current location: Home > Download > Learning resources > php e-book > "PHP Classic Example 2"
"PHP Classic Example 2"
Classify: Learning materials / php e-book | Release time: 2017-12-16 | visits: 3081550 |
Download: 357 |
Latest Downloads
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
The most powerful brain 3
Odd Dust: Damila
Young Journey to the West 2
24 HoursReading Leaderboard
- 1 How to Insert Multiple Rows in a MySQL Table with a Single Query?
- 2 Create an API for AG-Grid with Go
- 3 Explainer.js Release .�
- 4 Why Isn\'t My CSS File Updating in My Browser?
- 5 Why is my iframe throwing an \'X-Frame-Options\' error, and how can I fix it?
- 6 How to Replace Emojis with Regex in Go?
- 7 Why does using `t` vs `*t` as a receiver in Go\'s `fmt.Stringer` lead to a dead loop?
- 8 Why Does My Go Web Server Redirect POST Requests to `/myurl` to `/myurl/`?
- 9 How to Convert a Pandas GroupBy MultiIndex Output from Series to DataFrame?
- 10 Why Does `socket.recv()` Stall When the Server Doesn\'t Send Data Back?
- 11 Introduction to NodeJS [Simple Explanation]
- 12 Why Does My CodeIgniter Application Show a \"Unable to Connect to Server\" Database Error and How Can I Fix It?
- 13 Where Does a Reference Live? Understanding Address Attribution in C
- 14 Why Are String Literals L-Values in C/C ?
- 15 Why Does My PHPMailer Get \"SMTP ERROR: Password Command Failed\" When Sending from a Shared Server?
Latest Tutorials
-
- Go language practical GraphQL
- 2121 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3546 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1866 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2678 2024-03-29
Want to master PHP programming skills? Or want to learn how to complete a specific task? Then be sure to take a look at "PHP Classic Example" first. This book introduces 350 classic techniques specially revised for PHP 5.4 and 5.5, and provides rich sample code. In particular, the solution for generating dynamic web content has been comprehensively updated, covering everything from using basic data types to querying databases, from calling RESTful APIs to testing and securing websites.
Each tip provides sample code that is free to use, along with a discussion of how to solve the problem and why the solution works. Whether you are an experienced PHP programmer or you are just switching to PHP from another language, this book is an ideal practical resource.
The techniques provided by "PHP Classic Examples" include:
Basic data types: string, number, array and date and time.
Program building blocks: variables, functions, classes, and objects.
Web programming: cookies, forms, sessions and authentication.
Access databases using PDO, SQLite and other extensions.
RESTful API clients and servers, including HTTP, XML and OAuth.
Key concepts: email, regular expressions, and graph creation.
Designing robust applications: security and encryption, error handling, debugging and testing, and performance tuning.
Command line interface for files, directories and PHP.
Libraries and package managers such as Composer and PECL.