1
I'm having something of an issue in trying to make a custom block on a site I'm working on, and was hoping that I could get a couple pointers.
I'm trying to include a PHP script that creates an image. The script works perfectly standalone, as can be seen
here.
However, when I copy that code into a custom block assigned as PHP code, all I get is an empty block- I see the name of the block, but immediately below that, the name of the next block.
I found in another thread that removing the '' and '?>' tags may help, but when I do that, I get an error message, which is an image with the following text:
The image "http://hfr.hfbgaming.com/~hfr//modules/system/admin.php" could not be displayed, because it contains errors.
If it will help y'all help me, the source for the PHP script can be seen
here.
Thanks in advance for any help!