It contains Simple Questions and Answers in PHP
$message = "test"; $test= "test11"; echo $message; // it will be Output: test echo $$message; // it will be Output: test11