if (empty($_REQUEST['formfieldname'])) {
//do something
} else {
//do something else
}-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
if (empty($_REQUEST['formfieldname'])) {
//do something
} else {
//do something else
}-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php