PHP - Superglobals and Web Context
What will be the output of this PHP code if a form sends
username=alice via POST?<?php echo 'Hello, ' . $_POST['username']; ?>
username=alice via POST?<?php echo 'Hello, ' . $_POST['username']; ?>
$_POST['username'].$_POST['username'] is 'alice'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions