Internee PHP Developer Question:

Download Job Interview Questions and Answers PDF

Explain me what is the difference between $name and $$name?

Internee PHP Developer Interview Question
Internee PHP Developer Interview Question

Answer:

$name is variable where as $$name is reference variable like $name=sonia and $$name=singh so $sonia value is singh.

Download Internee PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what does $_SERVER means?Tell me how to store the uploaded file to the final location?