MyBB Community Forums

Full Version: How To Alow Use Of PHP include in the 152 - CustomPage (0.1.0) Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I was Wondering if its is possible to use php code like
<?PHP
include 'http://www.yoursite.com/included_page.php'
?>

when you make a new custom page with the 152 - CustomPage (0.1.0) mod, as currently you cant and the code just appears in plain text.

i will be very gratefull for any assistance.
No, there wouldn't be an easy way to do that with the current mod. The easiest thing to do is make a seperate PHP file with that data in it.

Cheers!