View Full Version : PHP Mail Script
habboleaders
06-25-2007, 07:38 PM
>? What would be a PHP WEbmail Script.
crisy
06-26-2007, 02:34 AM
<?php
$to = 'Jim@jim.com';
$subject = 'Hello mate';
$message = 'Hello there how are you ?';
$from = 'Crisy';
mail("$to","$subject",$message,"$from");
?>
I'm sure you can understand why the variables i chosen arel ike that
Quite simple you can use more features thats a simple onpage load that will be emailed though
habboleaders
06-26-2007, 09:16 PM
I mean like Message: ( person types)
I feed back form
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.