PHP - Request Lifecycle
What will be the output when this PHP code is executed twice in separate requests?
<?php $counter = 5; $counter++; echo $counter; ?>
<?php $counter = 5; $counter++; echo $counter; ?>
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions