PHP - Superglobals and Web Context
What will this PHP code output?
$input = "Hello"; $sanitized = strip_tags($input); echo $sanitized;
$input = "Hello"; $sanitized = strip_tags($input); echo $sanitized;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions