Syntax help...
Posted: Fri Mar 05, 2010 9:18 am
I am trying to convert this static line:
To a dynamic, variable driven version:
I know my syntax is completely messed up, but I can't for the life of me wrap my head around how to treat variables differently than text.
Code: Select all
$to = "FirstName LastName <somewhere@something.com>";Code: Select all
$to = "$wo_send_fname , $wo_send_lname , "<" $wo_send_email ">";