current location: Home > Download > Learning resources > Web page production > "Complete Self-Study Manual for PHP"
"Complete Self-Study Manual for PHP"
Classify: Learning materials / Web page production | Release time: 2017-12-26 | visits: 3051161 |
Download: 264 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 What's the Difference Between `currentTarget` and `target` in JavaScript Event Handling?
- 2 How Can I Represent Binary Numbers in C or C ?
- 3 Why Are C References Immutable?
- 4 Can C Functions Nest Within Other Functions?
- 5 How Can I Add or Remove Classes from HTML Elements Using JavaScript?
- 6 JPA: @JoinColumn vs. mappedBy: When to Use Which?
- 7 How Can I Inspect and Preserve an HTTP Request Body for Reverse Proxy Handling?
- 8 How Can I Get Base64-Encoded Image Data from Already Loaded Images in JavaScript?
- 9 How Can I Add Smooth Hover Transitions to My Menu Background Colors?
- 10 How to Make Flexbox Children Occupy the Full Height of Their Parent Container?
- 11 Winter Solstice Celebrations.
- 12 How Can I Reliably Determine if a String Input Represents a Number in Python?
- 13 What's the Best Practice for Writing a Line to a File in Python?
- 14 Fix Bootstrap modals rootElement
- 15 How to Optimize JTable Synchronization with Backend Data Structures While Maintaining Data Integrity?
Latest Tutorials
-
- Go language practical GraphQL
- 2286 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3716 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1972 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2760 2024-03-29
Based on the characteristics of the PHP language, this book divides the learning of PHP into six parts. Starting from the basic knowledge, combined with graphics and codes, readers can gradually master PHP knowledge from the shallower to the deeper. The book not only introduces the syntax of PHP in detail, but also provides example code demonstrations of commonly used PHP functions. The example codes of these functions can help beginners understand the operation of PHP code and have strong practical value. PHP is a network development language that can realize most network-based software development. For example, develop shopping websites, customer management systems, blogs, forums, etc. With the upgrade of PHP version, its application scope is becoming more and more extensive.
Usually, most of the introductory books on programming languages are devoted to introducing the syntax of the language and how to write code. "PHP Complete Self-Study Manual (Collector's Edition)" will break this model. While introducing the PHP language, it will also introduce the operating environment, related database software, development tools, code security, development process, and development Patterns and Ajax technology are all introduced in a simple and easy-to-understand manner, so that after reading "PHP Complete Self-Study Manual (Collector's Edition)", PHP beginners can not only feel that it is a language, but also can directly apply it to their work. language.
This book covers basic knowledge, core technologies, typical examples, etc. It is explained in the mode of "basic concepts - core syntax - typical examples". It is easy to get started and provides more than 300 typical examples and 3 project examples.
"PHP Complete Self-Study Manual (Collector's Edition)" covers topics: development platform built with Apache and PHP, using Eclipse as a development tool, PHP syntax basics, arrays, directories, files, paths and disk functions, COOKIE and SESSINO, and strings , regular expressions, graphics processing functions, the relationship between functions, classes and objects, installation, configuration and management of MySQL database, configuration and use of ADODB and Smarty, project planning, security issues and solutions, PHP and Ajax The exchange process extends the SAJAX development framework to support Chinese-coded Ajax programming, user management cases, content management systems, and Ajax-based user management systems.
Table of contents
First article php basic knowledge
Chapter 1 Related Knowledge
Chapter 2 Grammar
Chapter 3 Functions, Classes and Objects
Chapter 4 Array
Chapter 5 Directories and Files
Chapter 6 Common functions and applications of cookie and session
Chapter 7 String
Chapter 8 Regular Expressions
Chapter 9 Graphics Processing
Part 3 Database Development and Application
Chapter 10 Database Selection, Creation and Management
Chapter 11 PHP accesses mysql database
Part 4 Project Planning, Version Management and Security
Chapter 12 Project Planning
Chapter 13 About Security
Chapter 14 Version Management
Part 5 PHP Practice and Application Debugging
Chapter 15 Example: User Management
Chapter 16 Example: Content Management System
Chapter 17 Exception Handling and Testing
Part 6 PHP and Ajax Combination Application
Chapter 18 php and ajax
Chapter 19 Example: User management based on php and ajax