PHP - Basics and Execution Model
Find the error in this PHP code:
<?php $x = 10 $y = 20; echo $x + $y; ?>
<?php $x = 10 $y = 20; echo $x + $y; ?>
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions