| |
if (trim($_POST['my_age']!=772)) {
echo " Please click on 'back' in your browser and type in the three digit security code ... . . ";
exit;
} else unset($_POST['my_age']);
while (list($key,$val)=each($_REQUEST))
$msg.="$key=$val\n";
// mail - address, subject, message
mail("[email protected]","The Art World Add Artist Form","$msg","[email protected]");
$firstname=$_POST["name"];
$email=$_POST["email"];
mail("$email","The-Art-World.com Artist Directory","Dear Artist
Applications for Standard Free Listings are currently closed until further notice
Kind Regards
The-Art-World.com Editor
","From: [email protected]\nReply-to: [email protected]");
?>
Currently not taking any submissions until further notice
Back to world artist directory main page
|
|
|
|