Interviewer And Interviewee Guide

Sr. PHP Programmer Interview Question:

What is the difference between $var and $$var in PHP?

Submitted by: Muhammad
$$var sets the value of $var as a variable.

$day='monday';
$$day='first day of week';
echo $monday; //outputs 'first day of week'
Submitted by: Muhammad

Read Online Sr. PHP Programmer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.