PHP - Output and String Handling
What will the following PHP code output?
<?php
echo 'PHP version: ' . PHP_VERSION;
?>
<?php
echo 'PHP version: ' . PHP_VERSION;
?>
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions