Posted: Mon Sep 26, 2005 2:13 am
Code: Select all
if (empty($_POST['name']))
die('Enter a name grrrr');
if (empty($_POST['age']))
die('Enter a age grrrrr');
//no do the echo name and age, becuase if they did not enter one it would "die" and thus would not make it this far in the script so it would not make anything look funny