I would like to include a php script inside a forum. I tried putting the include (shown below) inside the forum introduction body where it says you can use PHP, but all it shows is the html search box at the beginning of the script. The script I want to include is in the same directory as my ubbthreads.php file.

Does anyone know a better way to include an entire php script inside the forums?

Code
<?PHP
include('easynichestore.php');
?>