current location: Home > Download > Learning resources > Web page production > "Introduction to PHP5 and MySQL"

"Introduction to PHP5 and MySQL"
Classify: Learning materials / Web page production | Release time: 2017-12-26 | visits: 3050129 |
Download: 203 |
Latest Downloads
Horror Beat Phase Maker
Himalayan Children
Zebra AI
Supermarket Manager Simulator
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
24 HoursReading Leaderboard
- 1 SNX Price Prediction: The average SNX price prediction for 2025 is $0.730.
- 2 How to build a steadily position for beginners after ETH upgrade
- 3 The Best Database Management Tools and Practicies
- 4 How to create an amazing family tree chart
- 5 Fartcoin [FARTCOIN] Price Fell 22% in Two Days, But Bulls Remain Confident
- 6 How to add, edit, delete contacts to Gmail
- 7 Blocksquare and Vera Capital Tokenize $1 Billion of U.S. Real Estate
- 8 Deploying a Client-Side Rendered create-react-app to Microsoft Azure
- 9 Dogecoin (DOGE) Price Dipped 1.2% on Sunday, April 20, as the Community Marked “DOGE Day” 2025
- 10 R-CNN vs R-CNN Fast vs R-CNN Faster vs YOLO - Analytics Vidhya
- 11 How to avoid chasing high risks after Ethereum upgrade
- 12 Weekly Platform News: Feature Policy, Signed Exchanges, iOS browsers
- 13 XRP Targets $2.40, BNB Moves Toward $600, But BlockDAG’s $215M Raise Redefines Top Crypto Picks
- 14 ETH has a signal of breakthrough after upgrading
- 15 NYT ‘Strands’ Hints, Spangram And Answers For Monday, April 21
Latest Tutorials
-
- Go language practical GraphQL
- 3164 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4496 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2502 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 3211 2024-03-29
"Introduction to PHP5 and MySQL" is intended for beginners and intermediate readers. It aims to enable readers to quickly master the basic and core technologies necessary for web application development with PHP5 and MySQL5. It is suitable as a reference book for self-study by programming enthusiasts and website developers.
PHP5 and MySQL5 from entry to proficiency Contents:
Chapter 1 PHP 5 Basics
1.1 Introduction
1.1.1 What is PHP
1.1.2 Initial understanding of PHP code
1.2 PHP installation
1.2.1 Installing Apache and PHP under Linux
1.2.2 Installing Apache and PHP under Windows
1.3 PHP configuration
1.3.1 PHP configuration file
1.3.2 PHP common configuration options
1.3.3 Loading extension library
1.4 Summary of this chapter
Chapter 2 Basics of website development grammar
2.1 Basic syntax
2.2 Data type
2.2.1 Boolean
2.2.2 Integer
2.2.3 Floating point type
2.2.4 String
2.2.5 Array
2.2.6 Object
2.2.7 Resources
2.2.8 NULL
2.2.9Type conversion
2.3 Variable
2.3.1 Assignment of variables
2.3.2 Predefined variables
2.3.3 Variable scope
2.3.4 Variable variables
2.4 Constant
2.4.1 Custom constants
2.4.2 Magic constants
2.5 Expression
2.6 Operator
2.6.1 Arithmetic operators
2.6.2 String operators
2.6.3 Comparison operators
2.6.4 Logical operators
2.6.5 Bit operators
2.6.6 Assignment operator
2.6.7 Array operators
2.6.8 Type operator
2.6.9 Error control operator
2.6.10 Execution operator
2.6.11 Operator precedence
2.7 Process control
2.7.1 if structure
2.7.2 switch structure
2.7.3 while loop
2.7.4 for loop
2.7.5 foreach statement
2.7.6 declare statement
2.7.7 exit and retunl statements
2.8 Contains code
2.9 Summary of this chapter
Chapter 3 Function
3.1 User-defined functions
3.1.1 Function call and function definition
3.1.2 Recursive functions
3.2 Function parameters
3.2.1 Passing parameters by value
3.2.2 Passing by reference
3.2.3 Default parameter value
3.2.4 Variable length parameter list
3.3 Function return value
Chapter 4 Classes and Objects
Chapter 5 String
Chapter 6 Array
Chapter 7 PHP Advanced Application Technology
Chapter 8 PHP Template
Chapter 9 MySQL Quick Start
Chapter 10 MySQL Database Management
Chapter 11 MySQL5 Advanced
Chapter 12 Article Publishing System
