PHP
Category
Coding
Sub Category
Programming Languages
PHP
PHP is a server-side scripting language designed primarily for web development but is also used as a general-purpose programming language.-
1
-
24
-
23
My first PHP script
Print output using Variables
Join two string using Concatenate
String properties-1
String properties-2
Define Constants & show its output
Basic operators in PHP
How to use IF else condition in PHP
How to use If else if in PHP
Assignment operators
Conditional operators
Increment or Decrement Operators
Logical operators
While & Do While loop
For Loop statements
Define Function & Execute it
Perform Arithmetic operators
Check condition for the function
Array by printing with position
Array by loop
Switch statements
Basic sorting of Array
Advanced sorting of Array
Foreach Loop