[FX.php List] Pegging the CPU with PHPMailer

Jonathan Schwartz jschwartz at exit445.com
Fri May 16 07:34:23 MDT 2008


Argh!

I'm still not getting this to work.

While it does work as provided by ggt below, where the $htmlstring is 
defined "live", it does not work if the string originates from a 
FileMaker field.  In this case, the Instead, I get

$name = $findData['name'][0];
$htmlstring = $_SESSION['htmlstring'];
echo <<<output
$htmlstring
output;

OUTPUT:
My name is {$name}.

Adding the curly brackets to the input string don't make a difference.

What am I doing wrong?

Thanks

Jonathan








At 9:07 PM +0200 5/15/08, Gjermund Gusland Thorsen wrote:
>$name = $findData['name'][0];
>$htmlstring = "My name is {$name}.";
>
>echo <<<output
>$htmlstring
>output;







-- 
Jonathan Schwartz
Exit 445 Group
jonathan at exit445.com
http://www.exit445.com
415-381-1852


More information about the FX.php_List mailing list