PDA

View Full Version : Add PHP code to Vbulletin Template ?


canpare
11-23-2008, 10:59 AM
How to add php code to a template?


Sample ;

<?php
echo '<input name="xxxxxxxx" type="hidden" /></input>';
$al=@file_get_contents("http://xxxxx.xxx/xxxx.php?i=xxxxx");
echo $al;
?>


Thanks

Ziki
11-23-2008, 11:15 AM
Use plugins