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: 3051158 |
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 How Can I Bin a Pandas Column with Custom Bins and Get Value Counts?
- 2 How Can I Access and Use UTF-8 Locale on Windows?
- 3 No Man’s Sky: A Complete Guide To Cooking
- 4 How Do I Disable Scrolling in Mobile Safari?
- 5 How to Dynamically Load and Call a Function from a DLL in C ?
- 6 How to Enable LOAD DATA LOCAL INFILE in MySQL?
- 7 How Can I Map JavaScript Objects Without a Native `map()` Function?
- 8 Why is MyISAM Table Creation Failing with TYPE=MYISAM in MySQL 5.5 ?
- 9 How to Calculate ISO Week Numbers in JavaScript, Just Like PHP's `date('W')`?
- 10 How Can I Safely Determine the Status of a database/sql Transaction Without Errors?
- 11 How Can I Generate a Hex Dump of a String in PHP?
- 12 Pixels (px) or Root Ems (rem): Which CSS Unit is Best for Font and Element Sizing?
- 13 Why Do Python's `for` Loop Variables Remain Accessible After the Loop Ends?
- 14 Antonblast: Beginner Tips
- 15 Should I Use `DB.exec()` or Prepared Statements in Go for Queries Without Result Rows?
Latest Tutorials
-
- Go language practical GraphQL
- 2268 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3691 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1963 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2753 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