Posted by Sander on 09/20/05 09:51
> Your example throws various errors....
Ofcourse, because i just copied an pasted your example. But the basics or
good, try this:
<?PHP
$Email="bla@aol.com";
if(strstr($Email, "aol.com")!= FALSE)
{
$message = "<font color=\"red\">Aol.com sender should give more
information. Visit link etc etc</b></font>";
}
print("<br>$message<br>");
?>
[Back to original message]
|