Introduction to PHP and several concepts
54 minutes24 secondsPHP advantages
10 minutes23 secondsApache installation
25 minutes48 secondsapache startup, shutdown, restart operations
17 minutes21 secondsenvironment variables
11 minutes47 secondsapache directory structure and execution process
12 minutes48 secondshttp command
08 minutes40 secondsInstall PHP
07 minutes47 secondsProvide PHP as a module to Apache for loading
14 minutes40 secondsLoad the PHP module when requesting the PHP page
10 minutes06 secondsLoad php.ini file
19 minutes45 secondsSet time zone
04 minutes46 secondsInstallMySQL
17 minutes03 secondsMySQL directory
11 minutes36 secondsLoad php extension
09 minutes52 secondsChange virtual directory permissions
18 minutes23 secondsChange default home page
04 minutes48 secondsChange port number
05 minutes23 secondsDNS resolution
14 minutes01 secondsvirtual host
15 minutes33 secondsMySQL client
16 minutes39 secondsSite, virtual directory, virtual host
04 minutes59 secondsDistributed deployment
40 minutes17 secondsReview the content of the previous section
55 minutes32 secondsOperation
03 minutes58 secondszend installation
03 minutes09 secondsAnalytical and compiled
21 minutes14 secondsIntroduction to EditPlus
09 minutes27 secondsPHP four delimiters
10 minutes18 secondsPHP can omit closing delimiter
07 minutes23 secondsSolve the problem of page display garbled characters
04 minutes21 secondsOutput statements in PHP
16 minutes52 secondsGeneral features of PHP syntax
02 minutes11 secondsvariable
35 minutes32 secondssuperglobal variables
19 minutes20 secondsmutable variable
08 minutes59 secondsHow to pass parameters on the command line
14 minutes06 secondsconstant
26 minutes34 secondsBase conversion
39 minutes28 secondsBase conversion in PHP
08 minutes03 secondsReview the previous content
46 minutes31 secondsfloating point number
23 minutes53 secondsboolean, string, escape character
34 minutes43 secondsASC code, string delimiter
48 minutes26 secondsarray
42 minutes44 secondsClassification of arrays
25 minutes23 secondsspecial type
06 minutes47 secondsAutomatic data type conversion
16 minutes56 secondscast
02 minutes17 secondsConversion rules for other data types and bool
14 minutes22 secondsarithmetic operators
13 minutes41 secondsRelational and logical operators
17 minutes25 secondsString concatenation operator, assignment operator, ternary operator
03 minutes49 secondsComment
04 minutes40 secondsSingle branch and double branch
18 minutes28 secondsDetermine leap year
25 minutes44 secondsReview the content of the previous chapter
30 minutes58 secondsbranch
11 minutes55 secondsjudge grades
06 minutes51 secondselse if is a nested if statement
11 minutes58 secondsswitch statement
11 minutes10 secondsPHP page parsing process
20 minutes46 secondsswitch-case changes font color and understands color values
26 minutes08 secondsfor loop
39 minutes31 secondswhile和do-while
11 minutes22 secondsforeach
14 minutes33 secondsSummary of alternative syntaxes
02 minutes37 secondsbreak和continue
23 minutes45 secondsflip array
05 minutes44 secondsmultiplication table
06 minutes58 secondsReview the content of the previous chapter
27 minutes07 secondsHomework: Calculator
12 minutes55 secondsOperation
28 minutes26 secondsFunctions, variable functions, anonymous functions
16 minutes23 secondscreate_function()
09 minutes56 secondsfunction_exists()
02 minutes16 secondsfunction transfer address
12 minutes59 secondsfunction parameters
25 minutes02 secondsreturn value
12 minutes52 secondsvariable scope
Variable life cycle
01 minutes29 secondsstatic variable
17 minutes51 secondsanonymous function
20 minutes28 secondsrecursion
19 minutes22 secondsfunction proxy call
16 minutes45 secondsReview the content of the previous chapter
36 minutes59 secondsFunction preloading, __FUNCTION___
08 minutes08 secondsPrint color panel
23 minutes08 secondsPrint graphics
20 minutes09 seconds