PDA

View Full Version : How do i add "PHP" in the "Header" template?


mabersoft
08-01-2009, 10:52 AM
Hello.

Is it possible to add "PHP" into the "HTML" header template.

PS: I now php can not go into html. but the pages of the forum are ".php" so it should work?..

Any help with be thanked.

Dismounted
08-01-2009, 11:04 AM
In vBulletin, most processing (i.e. PHP logic) should be placed inside plugins. Assign the values you need to a variable, and use this variable in your template.

See the manual for documentation about the plugin system.

mabersoft
08-01-2009, 11:48 AM
I not trying to add it into a plugin. i trying to us the php read me function:

<?php readfile ("");?>

Dismounted
08-01-2009, 12:42 PM
<a href="http://www.vbulletin.com/docs/html/main/templates_externalfiles" target="_blank">Including External Files</a>