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
Sample ;
<?php
echo '<input name="xxxxxxxx" type="hidden" /></input>';
$al=@file_get_contents("http://xxxxx.xxx/xxxx.php?i=xxxxx");
echo $al;
?>
Thanks