I\'ve not used PHP much (or at all) before, and I have the following code:
Seems that the
echo "";
doesn't work anymore. You have to add the variable like this
Since the anwser was from 2012... maybe PHP patched it to be used like that now.