Tutorials Center
PHP
-
What is PHP, it's History, How it Works under the hood in web application
-
Install PHP or Xampp in Windows / Linux / Mac
-
Run our First PHP Program
-
Variables in PHP - How to Create, Rules and Examples
-
Data Types in PHP - Variable Types in PHP
-
Echo, PHP Statement, Print, Concat and Comments in PHP
-
PHP Operators - Arithmetic operator, Assignment Operator, Increment-decrement Operator
-
PHP Operators Part 2 - Comparison Operator, Logical Operator, Conditional Operator
-
PHP If-else-elseif and Switch-case
-
PHP Math Functions - pi, abs, sqrt, min, max, rand, round, floor, ceil, pow, is_nan, is_numeric
-
PHP String Functions - All necessary String functions in PHP to manage strings better.
-
Loops in PHP - for, while, foreach, do-while
-
PHP Array and all it's Examples
-
PHP Array Part 2 - Array Built in PHP Functions and Some More Examples
-
PHP Bonus - Online Judge Problem Solving Using PHP
-
PHP - Functions in PHP - How to create and how to use
-
PHP Loosely Type Language - Strict type from PHP 7
-
PHP Superglobal Variables and It's Practical Examples - Get, Post, Session, Cookie, Request, Server
-
Form Submission and File Upload in PHP - Basic to Advance Level Form Submission in PHP
-
PHP OOP - Object Oriented Programming Introduction