|
Please Send us a Message
Items with an asterisk * are required!
if
($_GET['error'] == "emptymail")
{
echo "Please enter your email and confirm email ";
}
?>
if
($_GET['error'] == "confirm")
{
echo "Please check your email and confirm email again ";
}
?>
if
($_GET['error'] =="emptyname")
{
echo "You forgot to enter your name ";
}
?>
if
($_GET['error'] =="emptyphone")
{
echo "You forgot to enter your phone number ";
}
?>
if
($_GET['error'] =="emptydomain")
{
echo "You can only access this script from the correct domain. Further attempts will be logged ";
}
?>
|