Integrating PHP Integrating PHP
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Integrating PHP

Started by flomar, March 07, 2005, 12:44:13 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

flomar

Hi,

I want to run a php script for a counter out of my own template? I have to execute the following lines in different parts of the page.

<?php include "/home/marschou/public_html/phphits/phphits.inc.php"; ?>

<?php phphitsAddHit(); ?>
<?php echo phphitsShowHits(0); ?> Visits

How can I activate it?

Thanks, Flo.

donnoman

I would put it in a custom footer if I were you. That way you could control where it ends up in the template.

there's an example of adding a custom header in the docs, as well as in the forums if you search.

the only difference between a custom header and custom footer, is that a header would be dealt with in pageheader, and the footer would be in pagefooter

http://coppermine.sourceforge.net/faq.php#customHeader

flomar

Thanx ... after some interesting lectures of php its working know.

:-) Flo.