What is PHP?
Enlightened
Posted on: Oct 17, 2025
In: PHP
PHP basics
- Server-side scripting
- Client-side scripting
- Database language
- Markup language
What is PHP Variable?
Enlightened
Posted on: Oct 17, 2025
In: PHP
Variable basics
- Stores data
- Runs function
- Creates loop
- Defines class
What is PHP Function?
Enlightened
Posted on: Oct 17, 2025
In: PHP
Function basics
- Reusable block
- Variable
- Loop
- Event
What is PHP Array?
Enlightened
Posted on: Oct 17, 2025
In: PHP
Array basics
- Stores multiple values
- Stores single value
- Defines function
- Runs code
What is PHP Object?
Enlightened
Posted on: Oct 17, 2025
In: PHP
Object basics
- Instance of a class
- Variable
- Loop
- Function