- Jan 2, 2006
- 10,455
- 35
- 91
I want to store the contents of this echo into one big variable called $emailText. Not too sure how to do it.
Code:
echo
'VLP Photography Job: <a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q='.$_POST["address"].'" target=_blank>'.$_POST["address"].'</a>
<br/><br/><b>Type of Job:</b><br/><br/>'
.
'<a href="'
.
$joblink
.
'" target="_blank">'
.
$_POST["typejob"]
.
'</a>'
.
'<br/><br/><b>Address:</b><br/><br/>'
.
$_POST["address"]
.
'<br/><br/><b>Time:</b><br/><br/>'
.
$_POST["time"]
.
'<br/><br/><b>Client:</b><br/><br/>'
.
$_POST["realtor"]
.
'<br/><br/><b>Photographer Notes:</b><br/><br/>'
.
$formattednotes
.
'<br/><br /><b>Thank you!</b>
<br />-Victor
<br />victor@victorlinphoto.com
<br />http://www.victorlinphoto.com
<br />650.248.0289'
