
PHP Basics
Created on Jun 15, 2021
•576 views
Topics
PHP Tags
15/06/21
Opening and closing php tags
PHP Variables
15/06/21
PHP variables is defined with the dollar sign and it can store all all data types.
PHP Comments
21/06/21
Learn how to define comments in PHP to document your code.
PHP Data Types
15/06/21
There are many different data types in PHP and they are String, Integer, Float, Boolean, Array, Object and NULL and Resources
PHP Loops
22/06/21
Learn how to define loop in PHP with for loop, foreach loop, do-while loop, and while loop.
PHP Functions
22/06/21
Learn how to define PHP functions
PHP Arrays
22/06/21
Learn how to define PHP arrays and it's use cases.
PHP Conditinal Statements
22/06/21
Learn PHP conditional statement to perform different action based on the condition that you have set.
Load comments for PHP Basics