PHP - Request Lifecycle
Find the problem in this PHP script that tries to keep a counter across runs:
<?php $counter = 0; $counter++; echo $counter; ?>
<?php $counter = 0; $counter++; echo $counter; ?>
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions