MCQs > IT & Programming > PHP 5 > What is the output of the following PHP code snippet?

PHP 5 MCQs

What is the output of the following PHP code snippet?

<?php
$var = "testing module";
$statement = 'This is a $var';
echo ($statement);
?>


Answer

Correct Answer: This is a $var

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it