Xem mẫu

Khoa Công Ngh Thông Tin
Trư ng i H c C n Thơ

L p Trình PHP

Thanh Ngh
dtnghi@cit.ctu.edu.vn

C n Thơ
24-11-2005

N i dung
Gi i thi u v PHP
Bi n, ki u d li u, phép toán
L nh i u khi n
Hàm
PHP k t h p v i forms
Cookies, SSI (Server side includes), Date
PHP-MySQL

Printed with FinePrint trial version - purchase at www.fineprint.com

2

Gi i thi u v PHP
Bi n, ki u d li u, phép toán
L nh i u khi n
Hàm
PHP k t h p v i forms
Cookies, SSI (Server side includes), Date
PHP-MySQL

3

Gi i thi u v PHP
PHP là gì ?
PHP là Hypertext Preprocessor
Ngôn ng script ch y trên server
PHP scripts ch a text, th HTML, script
S d ng ph n m r ng tên file : .php, .phtml
PHP scripts s tr v k t qu cho trình duy t m t plain HTML
PHP h tr
làm vi c v i nhi u h QTCSDL khác nhau
MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL,
Generic ODBC, etc.
Ph n m m mã ngu n m , mi n phí
Ch y trên nhi u platforms (Unix, Linux, Windows)

Printed with FinePrint trial version - purchase at www.fineprint.com

4

Gi i thi u v PHP
MySQL là gì ?
H qu n tr cơ s d li u
Dùng cho các ng d ng v a và nh
H tr chu n SQL
Ph n m m mã ngu n m , mi n phí
Ch y trên nhi u platforms (Unix, Linux, Windows)
Ph bi n
PHP + MySQL : Web ng ch y trên nhi u platforms khác nhau

5

Gi i thi u v PHP
T i sao PHP ?
Ch y trên nhi u platforms khác nhau (Unix, Linux, Windows)
Ph n m m mã ngu n m , mi n phí
Tương thích v i h u h t các web server (Apache, IIS, etc)
D h c và phát tri n nhanh các ng d ng trên Web

Làm th nào

s d ng PHP

Cài web server (Apache, IIS, etc)
Cài MySQL
Cài PHP
a ch : www.apache.org, www.php.net, www.mysql.com

Printed with FinePrint trial version - purchase at www.fineprint.com

6

Gi i thi u v PHP
Bi n, ki u d li u, phép toán
L nh i u khi n
Hàm
PHP k t h p v i forms
Cookies, SSI (Server side includes), Date
PHP-MySQL

7

Cú pháp PHP
Cú pháp
PHP scripts ch a text, th HTML, script
Ví d : in ra màn hình chu i “Hello World”






Printed with FinePrint trial version - purchase at www.fineprint.com

8

Cú pháp PHP
Cú pháp
Kh i l nh PHP script b t u v i
Kh i l nh có th ư c t b t c nơi nào trong tài li u
M i l nh cách nhau b i d u ;
Có 2 l nh cơ b n in text ra màn hình : echo và print
Chú thích trong chương trình
// chú thích là 1 dòng ơn
/* chú thích là 1 o n
văn b n */

9

Cú pháp PHP
Cú pháp
Ví d :


Printed with FinePrint trial version - purchase at www.fineprint.com

10

nguon tai.lieu . vn