The best way to do this is with PHP code. This will work on linux servers provided you have php installed. I don’t know too much about perl to give you an alternative but here is the type of thing you want in PHP:
< ?php $FORM_submit_age = $_POST['age']; $FORM_submit_weight = $_POST['weight'];
if ($FORM_submit_age < "10") { echo "You are too young!"; }
if ($FORM_submit_weight > “100″) { echo “You are too fat!”; } ?>
Hope this helps. Stevie
You must be logged in to post a comment.
Comments
Leave a comment Trackback