class SafeEmail 30 { 31 function create($user, $host, $suffix) 32 { 33 $at = "@"; 34 $dot = "."; 35 36 $start = $user . at . $host; 37 $end = $dot . $suffix; 38 $address = $start . end 39 40 return $address; 41 } 42 43 $se = new SafeEmail(); 44 $se->create($user, $host, $suffix); 45 }
More php email scripts listed on the page!
C
chiryphp
@chiryphp
Posts
-
The joys of PHP mail() -
Which PHP framework to use? [modified]CakePHP is a rapid development PHP framework that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code. Hopefully can help you! Best regards! Chiry.