Community
Articles
Topics
Q&A
Learn
Course
Programming Dictionary
Tools Library
Development tools
Website Source Code
PHP Libraries
JS special effects
Website Materials
Extension plug-ins
AI Tools
Leisure
Game Download
Game Tutorials
English
简体中文
English
繁体中文
日本語
한국어
Melayu
Français
Deutsch
Login
singup
Next Section: PHP function-system function
(1125 plays)
Next Section
Watch Again
ဆ
Chapter
Note
Ask
Courseware
Feedback
PHP zero basic clearance guide
Chapter1 Chapter One
1-1 opening remarks
1-2 Understanding the Internet - Ordinary users access websites
1-3 Understanding the Internet - Practical Internet Access
1-4 Understanding the Internet-Server Classification
1-5 Understand the development history of the Internet-web
1-6 Get to know the Internet - Get to know PHP
1-7 Build server-install apache
1-8 Set up server-install PHP
1-9 Build the server-apache loads php
1-10 Build server-install mysql
Chapter2 Chapter two
2-1 Set up server-install virtual host
2-2 PHP basics—tags
2-3 PHP Basics - Annotations
2-4 PHP basics-statement terminator
2-5 PHP basic syntax - variables (add, delete, modify, check)
2-6 PHP basic syntax - variables (life cycle + predefined variables)
2-7 PHP basic syntax - variables (variable value transfer and memory principles)
2-8 PHP basic syntax - constants (common constant usage + system constants)
2-9 PHP data types-classification description
2-10 PHP data type-numeric type
Chapter3 third chapter
3-1 PHP data types - Boolean
3-2 PHP data type-string type
3-3 PHP data type-array type
3-4 PHP data types-type judgment
3-5 PHP data types - type conversion
3-6 PHP Operator - Assignment Operator
3-7 PHP Operators - Arithmetic Operators
3-8 PHP Operator - Error Suppressor
3-9 PHP Operators - Comparison Operators
3-10 PHP operator - spaceship operator
Chapter4 Chapter Four
4-1 PHP Operators - Coalesce Operator
4-2 PHP Operators - Logical Operators
4-3 PHP Operator - Concatenation Operator
4-4 PHP Operator-Ternary Operator
4-5 PHP Operators - Self Operators
4-6 PHP Operators - Bit Operators
4-7 PHP operators - operator precedence
4-8 Process Control-Basic Understanding
4-9 Branch structure-IF branch
4-10 Branch structure-Switch branch
Chapter5 chapter Five
5-1 Loop structure-for loop
5-2 Loop structure-while loop
5-3 Loop structure-do-while loop
5-4 Loop structure-foreach loop
5-5 Loop structure - loop control
5-6 Loop structure - label syntax
5-7 PHP function-function concept
5-8 PHP function-parameter description
5-9 PHP function - default value
5-10 PHP function-parameter value passing method
Chapter6 Chapter Six
6-1 PHP function-function body
6-2 PHP function-return value return
6-3 PHP function - static variable
6-4 PHP function - scope
6-5 PHP function - forced type
6-6 PHP function - variable function
6-7 PHP function-system function
6-8 File inclusion - basic operations
6-9 File contains - path issue
6-10 File Programming-Understanding
Chapter7 Chapter VII
7-1 File Programming-Folder Operation
7-2 File Programming-File Operation (PHP4)
7-3 File Programming-File Operation (PHP5)
7-4 File Programming-Recursive Algorithm (Recursively Traverse Folders)
7-5 Form value passing - meaning
7-6 Form value passing - value passing method
7-7 Form value transfer-GET and POST implementation
7-8 Form passing value-PHP receiving data
7-9 Form value passing-composite form submission
7-10 Form value passing-file upload operation
Chapter8 chapter eight
8-1 Form value passing-multiple file upload
8-2 Software development-basic process
8-3 Software development-web development simple process
8-4 PHP local file management system-front-end design
8-5 PHP local file management system-display function implementation
8-6 PHP local file management system-delete function implementation