Variable in PHP
All kind of Variable in PHP at a glance
In PHP, variables can be categorized based on their scope, data type, and origin. Here are some common categories of PHP variables:
Local Variables:
Declared and used within a function or block of code.
Limi...
saifur-rahman-mahin.hashnode.dev6 min read