i am trying to send an email after a user has registered an account online, and i was wondering instead of retyping where i have to keep on contactinating a string of html code...
<?
$message ="<html>"
$message =."<title>google homepage</title>"
$message =."<head>blah blah blah</head>"
$message =."....etc
?>
if there is a way where i could just email the file or copy and paste the code without editng it to be sent in the message variable??
any suggestion would be great.
"my lips hurt real bad!!!"
<?
$message ="<html>"
$message =."<title>google homepage</title>"
$message =."<head>blah blah blah</head>"
$message =."....etc
?>
if there is a way where i could just email the file or copy and paste the code without editng it to be sent in the message variable??
any suggestion would be great.
"my lips hurt real bad!!!"