I am desperately trying to add a random image from my photo gallery into a custom box.
I am just guessing, but can this be done, as i know there are issues with Php includes.
phpinclude_start
ob_start();
require("http://www.mydomain.co.uk/forum/random.php");
$header = ob_get_contents();
ob_end_clean();
Then in the custom block
<php include ('http://www.mydomain.co.uk/forum/random.php')?>
It doesn't show anything in the box at all.
Can this be done??
Please help :disappointed:
|