User Interface Expert Question:
Download Questions PDF

Explain Inside a php function, what param needs to be set in order to access a global variable?

UI Developer Interview Question
UI Developer Interview Question

Answer:

function function_name(){
global $the_global_var;
}

Download UI Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the result of "20" + 20; in JS?Tell me how do you install/use jQuery in a project. What is the minimum setup needed to start using jQuery?