Jnr PHP/Codeigniter Developer Question:
Tell me what is the difference between $var and $$var?
Answer:
$$var sets the value of $var as a variable.
Previous Question | Next Question |
Tell me can you use include ("abc.php") two or more times? | Explain me the differences in comparison of variable values? |