Author Topic: include php  (Read 4397 times)

0 Members and 1 Guest are viewing this topic.

Offline lovetamil

  • Newbie
  • *
  • Posts: 16
    • View Profile
include php
« on: January 29, 2006, 06:21:59 AM »
how do i include php in template? please help

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: include php
« Reply #1 on: January 29, 2006, 06:40:39 AM »
FAQ
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Uncle Holden

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: include php
« Reply #2 on: January 30, 2006, 02:50:18 PM »
The problem with PHP in templates is that the templates get parsed first. If you try to add PHP code for somthing like a counter, it probably won't work.

I was able to install a PHP counter (BBClone) by modifying the PHP files rather than the templates themselves. If this is what you are trying to do, send me a PM and I can give you more details.