if (is_numeric($_POST['age'])) { ... }
if (strlen(trim($_GET['address']))) { ... }