Title: Heredoc syntax: Calling a function?
How do I call a PHP function within the html of heredoc syntax?
The only way I can think of to do it would be to put my function calls within variables... and use the variables within the heredoc html...
Is that the proper way/best way?
Any help would be appreciated.
Thanks
Cheers
Micky