PHP ("Hypertext Preprocessor") is a common open source scripting language. The grammar absorbs the C language, Java and Perl features, is conducive to learning, widely used, mainly for the field of web development. PHP's unique syntax mixes the syntax of C, Java, Perl, and PHP's own creation. It can execute Dynamic Web pages more quickly. Dynamic pages made with PHP are implemented in HTML (an application under the standard Universal Markup Language), which is more efficient than CGI, which is built with HTML markup, compared to other programming languages. Learn the basics of PHP in the "Boolean Education 18 PHP foundation Consolidation Video Tutorial".
Course Play Address: http://www.php.cn/course/438.html
The teacher's lecture style:
Teachers teach in a clear, well-organized, layered analysis, interlocking, rigorous argumentation, structural rigorous, with the logical power of thinking to attract students ' attention, with reason to control the course of classroom teaching. By listening to the teaching of teachers, students not only learn knowledge, but also receive the training of thinking, but also by the teachers rigorous study attitude of edification and infection.
The most difficult part of this video is the concept of function:
First, the concept, is in the process of the term, in the object-oriented is called the method,
A number of statements, encapsulated together, a name, at some point, call the name, thus executing these statements, called functions
to wash clothes.
function name = switch
Actual parameters = dirty clothes to be washed
Formal parameter = Laundry bucket (for dirty clothes in washing machine)
Processing statements = Various turns during laundry
return = Clean clothes after washing
Second, the grammar;
function name (parameter ... {Process statement return value;}
Here also recommend the source of resources to download: http://www.php.cn/xiazai/code/2129
Resources for everyone to share the video courseware and source code