If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
i dont get this...animated counter  XML
Forum Index » Support Forum
Author Message
Anonymous



/**
* ----------------------------------------------
* Simple Animated Counter PHP 1.1
* Copyright (c)2001 Chi Kien Uong
* URL: http://www.proxy2.de
* ----------------------------------------------
*/


Requirements:

- PHP

Installation:

Set the permissions for all *.php files to mode 755
and give write permissions to the directory:

- pages - 777 (drwxrwxrwx) (directory)


Usage:

<?php

include_once "./acounter.php";
$ani_counter = new acounter();
echo $ani_counter->create_output("page");

?>


page = the page you want to track




Sorry this n00b question but i dont understand where i include this code
<?php

include_once "./acounter.php";
$ani_counter = new acounter();
echo $ani_counter->create_output("page");

?>


 
Forum Index » Support Forum
Go to:   
Based on the open source JForum