Internee PHP Developer Question:

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

Tweet Share WhatsApp

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 PDF Read All 75 Internee PHP Developer Questions
Previous QuestionNext Question
Tell me what does $_SERVER means?Tell me how to store the uploaded file to the final location?