| http://www.w3.org/ns/prov#value | - quired =array('first_name', 'last_name', 'telephone', 'email', 'entertainment'); // create empty array for missing fields $missing =array(); // assume nothing is suspect $suspect = false; // create a pattern to locate suspect phrases $pattern = '/Content-Type:|Bcc:|Cc:/i'; // function to check for suspect phrases function isSuspect($val, $pattern, &$suspect) { // if the variable is an array, loop
|