Cannot send a hyperlink

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am having trouble send an email with a hyperlink

Php is parsing html as text????

If I add the proper header information to ?make it work? The email no longer
goes through?

 

Here is the code

 

<?

  $email = $_REQUEST['email'] ;

$body = '<a href="'.www.zoneofsuccessclub.com.'">link </a>';

$headers  = 'MIME-Version: 1.0' . "\r\n";

 $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";

  mail( $email, "Your FREE book from Zone of Success Club .com",

    $headers, $message, "From: $email" );

?>

 

Thanks

Brad


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.15.28/1122 - Release Date: 11/10/2007
10:41 AM
 

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux