View Single Post
  #105 (permalink)  
Old 12-15-2007, 01:06 PM
TobiParrot's Avatar
TobiParrot TobiParrot is offline
Casual Pligger
 
Join Date: Dec 2007
Location: UK
Posts: 45
Thanks: 5
Thanked 8 Times in 6 Posts
Quote:
Originally Posted by bbrian017 View Post
When I add it like that without the ; I get an error
you need the ;
Sorry bbrian017. Ignore the trailing dot (my copy-n-paste error). I just meant to highlight that the dollar sign is missing from the variable name. You do still need to close the statement with a semi-colon.

Code:
$subject="Welcome to " . $PLIGG_Visual_Name;
N.b. the space just after the word "to" will separate it from the site name, so it *should* say

Welcome to Blog Engage

If it doesn't work I wouldn't struggle. The way you have done it - by hard-coding the site name into the mail template - is perfectly o.k.

Last edited by TobiParrot; 12-15-2007 at 01:15 PM..
Reply With Quote