Next Section: PHP表达式与运算符之比较运算符8593 plays

5 秒后自动播放下一节
  Watch Again

PHP introductory video tutorial one Learn PHP in one week

Introduction >
ChapterCourseware
Chapter1Why choose this tutorial to learn PHP

Learn PHP in one week tutorial: Why learn PHP?

01 minutes33 seconds

Learn PHP in one week tutorial: What is PHP?

01 minutes18 seconds

Learn PHP tutorial in one week, you can learn it even if you have zero basics

01 minutes38 seconds

Learn PHP tutorial in one week: why some people can’t learn it

03 minutes28 seconds
Chapter2PHP environment installation

What is the development environment of the tutorial on learning PHP in one week?

02 minutes43 seconds

Learn PHP tutorial in one week - Windows environment installation

03 minutes38 seconds

One-week tutorial to learn PHP - Linux environment installation

01 minutes59 seconds

Learn PHP tutorial on other development environments in one week

02 minutes15 seconds

Learn PHP tutorial in one week: Tool selection for writing code

03 minutes25 seconds
Chapter3PHP basic syntax

Overview of basic syntax of PHP basic syntax

02 minutes07 seconds

PHP basic syntax: write your first piece of code

09 minutes41 seconds

Simple variables of PHP basic syntax

05 minutes08 seconds

PHP basic syntax echo display command

03 minutes32 seconds

PHP basic syntax comments are very powerful

05 minutes18 seconds

Overview of data types in PHP data types

01 minutes22 seconds

PHP data type integer

02 minutes30 seconds

PHP data type Boolean

03 minutes54 seconds

PHP data type string

07 minutes26 seconds

PHP data type floating point

03 minutes40 seconds

PHP flow control if and else syntax

05 minutes20 seconds

PHP data type NULL type

08 minutes34 seconds

PHP data type objects (learn later)

02 minutes41 seconds

PHP data type array

03 minutes28 seconds

PHP data type resource type

04 minutes25 seconds

View and determine data types of PHP data types

06 minutes26 seconds

Automatic conversion and coercion of PHP data types

07 minutes10 seconds

PHP constants and variables constants restrict users from skipping certain files

05 minutes17 seconds

PHP constants and variables variable variables

04 minutes01 seconds

PHP constants and variables external variables

09 minutes37 seconds

PHP constants and variables environment variables

05 minutes51 seconds

Variable references for PHP constants and variables

07 minutes01 seconds

Arithmetic operations of PHP expressions and operators

06 minutes11 seconds

Self-addition and self-subtraction operations of PHP expressions and operators

05 minutes29 seconds

Assignment operations of PHP expressions and operators

03 minutes44 seconds

Comparison operators of PHP expressions and operators

05 minutes01 seconds

Logical operators of PHP expressions and operators

07 minutes36 seconds

Bitwise operation of PHP expressions and operators

02 minutes35 seconds

PHP expressions and operators: ternary operator and other operators

06 minutes16 seconds
Chapter4Process control in PHP

Overview of flow control in PHP

06 minutes26 seconds

if conditional structure process

05 minutes13 seconds

if statement of conditional structure process

07 minutes42 seconds

Nested if.else.elseif structure of if conditional structure process

10 minutes35 seconds

Multiple nesting of if statements in the if conditional structure process

06 minutes40 seconds

The use of branch structure switch statements

08 minutes38 seconds

Overview of using loop statements

07 minutes04 seconds

PHP loop statement while loop

09 minutes03 seconds

The difference between do...while loops in PHP loop statements

05 minutes21 seconds

PHP loop statement for loop control statement

08 minutes57 seconds

PHP loop statement goto syntax

05 minutes16 seconds
Chapter5Basic function syntax of PHP

Overview of basic syntax of PHP functions

05 minutes49 seconds

PHP function custom function

10 minutes39 seconds

PHP custom function variable function

05 minutes17 seconds

PHP custom function callback function

06 minutes35 seconds

PHP custom function anonymous function

06 minutes32 seconds

PHP custom function internal function

06 minutes11 seconds

Variable scope of PHP custom function

09 minutes16 seconds

Reference to parameters of PHP custom function

05 minutes59 seconds

PHP custom function recursive function

10 minutes18 seconds

Static variables of PHP custom functions

04 minutes28 seconds

PHP functions using system built-in functions

07 minutes39 seconds

PHP function file contains function

08 minutes35 seconds

PHP functions commonly used mathematical functions

05 minutes30 seconds

PHP date function to obtain period time information function

09 minutes31 seconds

PHP date function date validation function

04 minutes36 seconds

PHP date function to get localized timestamp function

08 minutes47 seconds

PHP date function program execution time detection

06 minutes21 seconds

PHP function string common functions

08 minutes28 seconds
Chapter6PHP arrays and data structures

Overview of PHP arrays and data structures

03 minutes11 seconds

PHP array and data structure definition of array

14 minutes01 seconds

PHP array operations and array calculations

08 minutes07 seconds

PHP array operation: for loop traverses index array

08 minutes10 seconds

PHP array operation foreach traverses associative arrays

08 minutes29 seconds

PHP array operations list and each function traverse the array

10 minutes19 seconds

Commonly used array manipulation functions for PHP array operations

07 minutes36 seconds

Common functions of PHP arrays and data structures

05 minutes30 seconds
Chapter7Regular expressions in PHP

Overview of regular expressions in PHP

05 minutes21 seconds

PHP regular expression delimiter

08 minutes12 seconds

Atoms in PHP regular expression representation

13 minutes26 seconds

Metacharacters in PHP regular representation

11 minutes13 seconds

Pattern modifiers in PHP regular expression representation

06 minutes02 seconds

Tips and commonly used regular rules for writing regular rules in PHP

04 minutes29 seconds

Write a UBB text editor with PHP regularity

05 minutes30 seconds
Chapter8PHP file system

PHP file system overview

04 minutes14 seconds

Reading files from PHP file system

07 minutes10 seconds

Create and modify file contents in PHP file system

07 minutes03 seconds

Create temporary files in PHP file system

04 minutes53 seconds

Moving, copying and deleting files in PHP file system

09 minutes52 seconds

PHP file system detection file attribute function

08 minutes36 seconds

Common functions and constants for files in PHP file system

07 minutes43 seconds

File locking mechanism of PHP file system

04 minutes06 seconds

PHP file system directory processing function

05 minutes49 seconds

File permission settings in PHP file system

04 minutes05 seconds

PHP file system file path function

09 minutes00 seconds

Small file guestbook of PHP file system

08 minutes12 seconds

Examples of modifying configuration files in PHP file system

09 minutes08 seconds
Chapter9PHP file upload

PHP file upload overview

05 minutes37 seconds

When uploading PHP files, you need to pay attention to the php.ini file.

10 minutes50 seconds

PHP file upload steps for file upload

10 minutes44 seconds

Notes on PHP file upload form

08 minutes08 seconds

PHP file upload to complete file upload according to arrays and steps

07 minutes39 seconds

PHP file upload multiple file upload

06 minutes21 seconds

PHP file upload progress processing

08 minutes04 seconds
Chapter10PHP image processing

PHP image processing overview

03 minutes01 seconds

Preparations before learning PHP image processing

06 minutes43 seconds

PHP image processing uses image processing functions to draw a picture

07 minutes11 seconds

PHP image processing to generate verification code

07 minutes53 seconds

PHP image processing image scaling and cropping technology

05 minutes55 seconds

PHP image processing image watermark processing

08 minutes44 seconds
Chapter11PHP error handling

PHP error handling overview

06 minutes20 seconds

PHP error handling suppresses errors

07 minutes44 seconds

PHP error handling error reporting level

07 minutes40 seconds

PHP error handling error log

10 minutes16 seconds

PHP error handling custom error handling function

04 minutes04 seconds
Chapter12Getting Started with MySQL

Introduction to Msql

04 minutes57 seconds

Mysql database usage and concepts of database

08 minutes30 seconds

Mysql database entertainment explanation of table relationships

08 minutes19 seconds

Database installation of Mysql database

05 minutes26 seconds

Data statement operation types of Mysql database

03 minutes27 seconds

Mysql database connection database

05 minutes43 seconds

Database operations of Mysql database structure definition statements

09 minutes44 seconds

Mysql database data table operation

09 minutes03 seconds

Data field operations in Mysql database

06 minutes17 seconds

Data types of Mysql database

07 minutes36 seconds

Mysql database character set

04 minutes43 seconds

Mysql database table engine

04 minutes43 seconds

Mysql database index

05 minutes00 seconds

Mysql add, delete, modify and query insert records

08 minutes06 seconds

Mysql add, delete, modify query records

16 minutes13 seconds

Mysql multi-table join query for add, delete, modify and query

09 minutes02 seconds

Mysql addition, deletion, modification and query update records

07 minutes13 seconds

Mysql add, delete, modify, delete records

06 minutes32 seconds

DCL statement of Mysql database

03 minutes31 seconds

Learn commonly used English words in MySQL

05 minutes07 seconds
Chapter13PHP operates mysql database

Overview of PHP operation mysql database

06 minutes16 seconds

Database connection steps

12 minutes55 seconds

Go through the steps to make a user registration

13 minutes59 seconds

Make a list display by steps

06 minutes33 seconds

Create a page for users

16 minutes10 seconds

Delete users in batches and specific ones

06 minutes15 seconds

Modify user information

12 minutes29 seconds

The ultimate solution to garbled data display

06 minutes30 seconds
Chapter14PHP session management and control

PHP session management and control overview

04 minutes44 seconds

Cookie overview

04 minutes38 seconds

Cookies in PHP

11 minutes58 seconds

Using session in PHP

05 minutes57 seconds

SESSION application example

09 minutes14 seconds
Chapter15Making a thief program through cURL

cURL overview

05 minutes05 seconds

Curl usage steps

06 minutes42 seconds

Custom get method to crawl web pages

07 minutes00 seconds

Send data using post

04 minutes59 seconds
Chapter16Learn commonly used English words in PHP

Learn commonly used English words in PHP

06 minutes25 seconds
  • CancelreplySending
  • Cancelpost a noteSending