sabzh. there is a piece of code
echo <<< END
blah blah blah
END;
(space before END specifically, because here the editor somehow clumsily handles without a space).
How inside blah blah insert function? variables are inserted there, and how to do functions?
$foo = Bar();
and variable to the right place! - PalmervanPHP >= 5.3.0
- Sergiks