Chapter 1 Getting Started with Linux
1-1 Operating System Features
1-2 Installation Settings
1-2-1 hard disk partition
1-2-2Set LILO
1-2-3 Network address and time zone settings
l-2-4 Set the account passwords of system administrators and general users
1-2-5 System Security Certification
l-2-6Select the installation package
1-2-7 Set up the display card and test Xwindows
l-2-8 Start installing the package
l-3 Common Commands
l-4 basic network settings
1-5Apache settings
1-5-1Apache setting steps
1-5-2samba settings
l-5-3 Set the program to start automatically at boot
1-5-4 pop and imap server
Chapter 2 Installing Apache, PHP, MySQL
2-1 Install Apache
2-2Install PHP
2-3 Install MySQL
2-3-2rpm suite (redhat pachage manager)
2-3-2 Add user justin
2-3-3 Unlock the graphical interface of MySQL
2-3-4 Others
Chapter 3 PHP Programming
3-1 Basic Grammar
3-1-1 HTML tags
3-1-2 PHP tags
3-2 Data Type
3-2-1 integer (integer)
3-2-2 floating point number (floating point number)
3-2-3 strings
3-2-4 escape characters (escape)
3-2-5 array (arrays)
3-2-6 Object
3-2-7 Type Casting
Chapter 4 Variables
4-1 Basic variables
4-2 reserved words (predefined variables)
4-2-1APACHE reserved words
4-2-2PHP reserved words
4-3 Variable scope
4-3-1 Global variables
4-3-2 local variables
4-4 variables (variable variables)
4-5 Variables passed in from outside
4-5-1 Variables passed from HTML form
4-5-2http Cookies
4-6 constants (constans)
Chapter 5 Operators
5-1 expression
5-2 arithmetic operators
5-3 assignment operator
5-4 bit operation operator
5-5 comparison operators, logical operators
5-6 Error control operator and execution operator
5-7 Increment and decrement operators
5-7-l increment operator
5-7-2 Decrement Operator
5-8 operator precedence
Chapter 6 Control Structure
6-l Branch selection structure: if and Switch statements
6-1-1if statement
6-1-2 If statement with two options
6-l-3 if statement with compound statement
6-1-4 Nested if statements and multiple choice decisions
6-l-5Switch statement
6-2 Loop Statement
6-2-1While Loop
6-2-2do...While
6-2-3for statement
6-3break statement
6-4continue statement
6-5 contains file statements: require(), include()
Chapter 7 Function
7-lUser-defined function
Parameters of 7-2 function
7-2-1 value passing call
7-2-2 Reference call (Passed by reference)
7-3 return value
7-4 variable functions (varialbe functions)
7-5 Recursive function (recursive)
7-6PHP’s built-in functions
7-6-larray array function
7-6-2sort() function, reset() function and count() function
7-6-3join function, explode function
7-6-4date function
7-6-5mail() function
7-7 PHP functions and examples related to file systems
7-7-1copy() function
7-7-2upload.php file
7-7-3fopen() function, file() function and fclose() function
7-7-4file() function
7-7-5 Installation of all sample instructions
Chapter 8 Classes and Objects
Category 8-1
8-2 Inheritance
8-3 Reference to the internal constructor
Chapter 9 MySQL
9-lSimple database system
9-2 Master-Slave Database
9-3 Database management system and SQL language
9-3-l Basic functions of database management
9-3-2SQL
Statement:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn