Hi there,

I am trying to send an email with html tags coming from functions.
Something is wrong with asigning the value to the variable. I guess I don't
know the proper syntax.

Can anybody help me out?

e.g.:

$body .= ".box_header('test').";
$body .= "<h1>text</h1>";
$body .= ".box_footer().";


Thanx in advance

Luditus




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to