MyBB Community Forums

Full Version: php include
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to add something near logo
and it is needed to make an
<?php
include 'file.php';
?>

how can i make it to be show that php script ?
use iframe in header template & embed the php file !!

<iframe src="file.php" width="200" height="100"></iframe>