PHP Extra SSI Functions Introduction: Difference between revisions From Online Manual

Jump to: navigation, search
(a new regexp)
mNo edit summary
Line 7: Line 7:
Add the ability to track the number of hits on your website to be included to the number of hits on your [[Forum]] (requires Track daily statistics and Track daily hits must be enabled in your forums Admin Edit Features and Options settings).
Add the ability to track the number of hits on your website to be included to the number of hits on your [[Forum]] (requires Track daily statistics and Track daily hits must be enabled in your forums Admin Edit Features and Options settings).


[[category:developing SMF]]
[[Category:Developing SMF]]
[[Category:Integrating SMF]]
[[category:SSI]]
[[category:SSI]]

Revision as of 15:08, 30 May 2013

There are quite a few extra features you can have working on your website by using SSI.php. Below are some advantages that are not listed in the examples.

  • PHP Extra SSI Functions List

Hit Counter:

 <?php trackStats(array('hits' => '+')); trackStats(); ?>

Add the ability to track the number of hits on your website to be included to the number of hits on your Forum (requires Track daily statistics and Track daily hits must be enabled in your forums Admin Edit Features and Options settings).



Advertisement: