Lập trình PHP chạy trên môi trường Webserver và lưu trữ dữ liệu thông qua hệ quản trị cơ sở dữ liệu nên PHP thường đi kèm với Apache, MySQL và hệ điều hành Linux (LAMP).
PHP – viết tắt hồi quy của “Hypertext Preprocessor”, là một ngôn ngữ lập trình kịch bản được chạy ở phía server nhằm sinh ra mã html trên client. PHP đã trải qua rất nhiều phiên bản và được tối ưu hóa cho các ứng dụng web, với cách viết mã rõ rãng, tốc độ nhanh, dễ học nên PHP đã trở thành một ngôn ngữ lập trình web rất phổ biến và được ưa chuộng
Introduction
Installing everything
Your first PHP file
Installing everything
Your first PHP file
Variables
Data types: Strings
.
Data types: Integers and floats
Data types: Booleans
Data types: Array basics
Data types: Diving into arrays
Data types: NULL
Data types: Concatination
IF statements and operators: IF statement basics
IF statements and operators: Logical operators
IF statements and operators: Comparison operators
IF statements and operators: Switch
Arithmetic: Basic Arithmetic
Looping: The FOR loop
Looping: The WHILE and DO WHILE loops
Looping: The FOREACH loop
Looping: Breaking and continuing
Dumping
Functions: Function basics
Functions: Function flexibility
Functions: func_get_args
Functions: Let’s talk about scope
Breaking up files
POST and GET superglobals
The ternary operator
Commenting
Finding PHP functions
Practical projects: Submitting a form
Practical projects: Random quote generator
Practical projects: Build an image gallery
Ngoài ra, các bạn có thể tìm hiểu thêm về php tại
https://en.wikipedia.org/wiki/PHP
Bạn có thể tìm khóa học access thông qua
Reviews
There are no reviews yet.