1
Hi
I created a custom block, with Content type PHP Script.
I wanted to use a PHP include, and it wouldn't work. Itried a simple echo, and it wouldn't work either.
When I tried PHP debug mode it returned this error:
Parse error: parse error, unexpected '<' in /var/www/html/xoops/class/xoopsblock.php(146) : eval()'d code on line 1
What do I need to do to make the script run within the block?
Basil
This what I tried to run:
echo "test";
?>