On
a monthly basis we will be sending out a newsletter
that summerizes
the industry news and information regarding the activities
of Bernardi
Consulting Services.
Invalid referer \n";
// check to see if a name was entered
if (!$_POST['Name'])
$errors .= "Name is required \n";
if (!$_POST['Company'])
$errors .= "Company is required \n";
if (!$_POST['Email'])
$errors .= "Email is required \n";
// if there are any errors, display them
if ($errors) {
echo $errors;
echo "
Please use your browser's Back button to enter the missing information.