MCQs > IT & Programming > PHP > What's the output?

PHP 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 testing module

Explanation:

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

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it