Log in

View Full Version : Vbulletin and php?


boxerman
08-18-2008, 11:52 AM
Hi guys,

when i am using this

<?php
require "staff/timetable.php";
?>

it doesnt work so im having to iframe it in :(

Marco van Herwaarden
08-18-2008, 12:00 PM
How/Where are you using this?

boxerman
08-18-2008, 12:37 PM
i used this tut,

https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=create+vbulletin+page

so i am using it in the template

and where it says text i put

<?php
require "staff/timetable.php";
?>

Lynne
08-18-2008, 02:53 PM
You cannot put the php in the template. It needs to go in your actual php page.