In programming world a “variable” refers to a space in memory where we store values of any types. We use variable to store data value and pass that value to a functions/method in a program. This article explains the scope of the variables in PHP. Note: A Function or Method in any program is a… Continue reading