Probably a very simple question.
In a setup file I have writen $var='1.25';
In another file i write require("Setup.php");
$message='sometekst $var and some more';
But when I email the $message it doesn't write the $var...
I guess it's because it's a decimal number, but how do I do it ??
Michael