教学环节
教学内容
学生活动
新课导入
(
5min
)
上次课我们讨论了动态网站和静态网站区别,
那么
请问:
动态网站有哪些开发语言?我们为什么会选
择
php
呢?
积极回答教师提
出的问题并总结
归纳
任务
1
Php
概述
(
25min
)
一、
Php
的来龙去脉
PHP
(
PHP
:
Hypertext
Preprocessor
)是一
种在电脑上执行的脚本语言,
主要用途是在于处理
动态网页,也包含了命令行执行接口(
command
line interface
)
,或者产生图形用户界面(
GUI
)
程式。
PHP,
which
stands
for
"
PHP:
Hypertext
Preprocessor" is a widely-used Open Source
general-purpose scripting language that is
especially
suited
for
Web
development
and
can
be embedded into HTML. Its syntax draws upon
C, Java, and Perl, and is easy to learn. The
main goal of the language is to allow web
developers
to
write
dynamically
generated
web
pages quickly, but you can do much more with
PHP.
PHP
最早由丹麦人拉斯姆斯·勒多夫在
1995
年发
明,
而现在
PHP
的标准由
PHP
Group
和开放源代码
社区维护。
PHP
以
PHP
License
作为许可协议,不
过因为这个协议限制了
PHP
名称的使用,
所以和开
此部分主要由老
师来讲解,同时
学生也配合着老
师回答一些常见
问题