PHP - Superglobals and Web Context
Identify the error in this PHP code snippet:
Assuming the form was submitted via GET method only.
<?php echo $_POST['email']; ?>
Assuming the form was submitted via GET method only.
<?php echo $_POST['email']; ?>
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions