Admin and mods
Page 2 of 2 • Share •
Page 2 of 2 •
1, 2
Re: Admin and mods
if (isset($_REQUEST['email']))
//if "email" is filled out, send email
{
//send email
$email = $_REQUEST['email'] ;
$subject = $_REQUEST['subject'] ;
$message = $_REQUEST['message'] ;
mail("someone@example.com", "Subject: $subject",
$message, "From: $email" );
echo "Thank you for using our mail form";
}
else
//if "email" is not filled out, display the form
{
echo "";
}
?>

cratercheats_1993- Admin

-

Number of posts: 413
Age: 16
Location: 10 step before then the top trainers
Registration date: 2007-07-25
Arena Battleator
HP:


(9223372036854775807/999999999999999)
Attack:


(999999999999999/999999999999999)
Warnnings:

Re: Admin and mods
if (isset($_REQUEST['email']))
{
$email = $_REQUEST['email'] ;
$subject = $_REQUEST['subject'] ;
$message = $_REQUEST['message'] ;
mail("someone@example.com", "Subject: $subject",
$message, "From: $email" );
echo "Thank you for using our mail form";
}
else
{
echo "";
}
?>

cratercheats_1993- Admin

-

Number of posts: 413
Age: 16
Location: 10 step before then the top trainers
Registration date: 2007-07-25
Arena Battleator
HP:


(9223372036854775807/999999999999999)
Attack:


(999999999999999/999999999999999)
Warnnings:

Re: Admin and mods
ok itz good but no1 will break the rules ok

Teh~Andrew- Admin

-

Number of posts: 682
Age: 19
Location: Australia
Registration date: 2007-09-24
Arena Battleator
HP:


(1000000/1000000)
Attack:


(3000000/3000000)
Warnnings:

Page 2 of 2 •
1, 2
Permissions of this forum:
You cannot reply to topics in this forum




