PDA

View Full Version : running php statements into phpld...how?


Fed
01-11-2006, 12:48 PM
hi, I am trying to run php statements into phpld
I have put this simple php line into the .tpl file of the header
<?php date("F j, Y, g:i a"); ?>

and it isn't working :| it doesn't show anything, it isn't processed by php and remains as is in the code of the page :|

how can I run php inside phplinkdirectory?

thanks :)

Fed
01-11-2006, 01:33 PM
I solved (apart from the missing echo :D) I wrote the <?php as {php} and ?> as {/php} and it's working now