PDA

View Full Version : Counter Problems



Nixsdaddy
03-17-2006, 04:33 PM
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
<?PHP include("/counter/counter.php"); ?>

And in the counter.php file it is
$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?

Patrick
03-17-2006, 06:17 PM
Try placing the following in abspath.php in the counter folder to see your abs path:

<? echo dirname(__FILE__) . "/"; ?>

Visit the file in a browser.

Nixsdaddy
03-17-2006, 06:37 PM
Thank you very much... working properly now.