PHP - Sessions and Cookies
Identify the error in this PHP code snippet:
<?php $_SESSION['count'] = 1; echo $_SESSION['count']; ?>
<?php $_SESSION['count'] = 1; echo $_SESSION['count']; ?>
session_start() to begin the session.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions