This function is quite similar to the isset() function - but saves having to write $_POST for each variable you want to test .
function posted () {
$arglist = func_get_args ();
foreach ($arglist as $arg)
if (! isset ($_POST[$arg])) return false;
return true;
}
Posted 1 month ago #
You must log in to post.
.net address attributes browsers censored config css dates email validation filter firefox floor functions html ie ie fix image functions images input ip javascript links mail match math min-height min-width netscape opera php preloading print regex script smtp string styles textbox time validation variables visual basic