Use variables in mail function : mail function : Email PHP Source Code


PHP Source Code » Email » mail function »

 

Use variables in mail function





<?php
$address = "a@b.com";
$Subject = "All I want for Christmas";
$body = "Joe";
$mailsend = mail("$address""$Subject""$body.");
print("$mailsend");
?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Email
» mail function