1
I am trying to add/create a new block.
I have a problem with 'Content Type'. I have selected 'PHP script' option, but 'Content' is not being displayed in the new block.
I have tried different ways to wrap the code. Below the examples:
1)
print "hello world!";
?>
2)
print "hello world!";
?>
3)
[php]print "hello world!";[/php]
4)
print "hello world!";
But nothing happen. Please could anybody suggest me the right way to place php code in the 'Content' of the block?
Thanks