PHP - Superglobals and Web Context
You want to create a PHP script that processes a form with fields
name and age. If age is missing or empty, it should print "Age is required". Which code snippet correctly implements this using $_POST?