I managed to create PHP Block by changing the function of existing html block to PHP in db. But any simple php code (like echo 'hello world'; )keeps giving me error:
Parse error: syntax error, unexpected '<' in /home/ethiomys/public_html/inc/classes/BxDolPageView.php(572) : eval()'d code on line 1
I have also tried with php syntax <?php ?>or <? ?>, but didnt work. I know it has once worked before in D7, but couldn't do it this time. Any help pls?