Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what does the scope of variables means?
Answer:
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.
Download Junior PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me how can we connect to a MySQL database from a PHP script? | Tell me how to execute an sql query? How to fetch its result? |