PHP Course Outline

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

PHP Course Outline

By Dr. Zeeshan Bhatti


1. PHP Intro
2. PHP Install
3. PHP Syntax
4. PHP Comments
5. PHP Variables
6. PHP Echo / Print
7. PHP Data Types
8. PHP Strings
9. PHP Numbers
10. PHP Math
11. PHP Constants
12. PHP Operators
13. PHP If...Else...Elseif
14. PHP Switch
15. PHP Loops
16. PHP Functions
17. PHP Arrays
18. PHP File Handling
19. PHP Cookies
20. PHP Sessions
Watch Full PHP Tutorial for the following Course
W3Schools PHP tutorial | PHP tutorial for
beginners full | W3Schools PHP Full Course

https://youtu.be/6iRH-IzwCmM

Check the Entire PHP Full Course Playlist


https://www.youtube.com/playlist?list=PLD9lr6TpYFMdxKP3otP4S3rANI4mlI3uS

MySQL Database
1. MySQL Database
a. PHP combined with MySQL are cross-platform (you can develop in Windows and
serve on a Unix platform)
b. MySQL is ideal for both small and large applications
c. MySQL is very fast, reliable, and easy to use
d. MySQL uses standard SQL
e. MySQL compiles on a number of platforms
f. MySQL is free to download and use
2. MySQL Connect
3. MySQL Create DB using phpMyAdmin dashboard
4. MySQL Create Table using phpMyAdmin dashboard
5. MySQL Insert Data
6. MySQL Get Last ID
7. MySQL Select Data
8. MySQL Where
9. MySQL Delete Data
10. MySQL Update Data

Watch Full PHP Tutorial for the following Course


Complete CV Creator Project using PHP |
Generate CV resume in PHP | CV Generator
|
https://youtu.be/vySAxTDk0cc

Build PhP CRUD app with MySQL | Basic


PhP and MySQL Tutorial for beginners |
CRUD app in PHP

https://youtu.be/rGyc6TxEVJU

You might also like