Tell us what does the scope of variables means?

Submitted by: Muhammad
The scope of a variable is the context within which it is defined. For the most part all PHP variables only have a single scope. This single scope spans included and required files as well.
Submitted by: Muhammad

Read Online Internee PHP Developer Job Interview Questions And Answers