+ Reply to Thread
Results 1 to 3 of 3

Thread: Counter Problems

  1. Join Date
    Mar 2006
    Posts
    2

    Counter Problems

    I have followed all directions in the Readme file, and I do the browser visit to counter.php... And it's blank... I think I am going nuts... lol

    BTW- I am using the fileDB. And the include that I am using is
    Code:
    <?PHP include("/counter/counter.php"); ?>
    And in the counter.php file it is
    Code:
    $OPTION['Absolute_Path'] = "/counter/";
    And when I try to run the abs.php in my browser, it says it cannot detect my absolute path... lovely, huh? So it might be just a path thing...

    Any ideas?

  2. Join Date
    Aug 2004
    Posts
    781

    Re: Counter Problems

    Try placing the following in abspath.php in the counter folder to see your abs path:
    Code:
    <? echo dirname(__FILE__) . "/"; ?>
    Visit the file in a browser.

  3. Join Date
    Mar 2006
    Posts
    2

    Re: Counter Problems

    Thank you very much... working properly now.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts