Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
29/06/2002 15:51:01
|
kilombo
Newbie
Joined: 29/06/2002 06:21:25
Messages: 3
Offline
|
:oops:
This is my first time 'playing' with php. I created a folder (dcountphp) and I put all the files in it. It WORKS FINE! Now...I wnat to put the script on my page. This page has a #333333 color background and a #CCCCCC color text font. How and where need this changes to be made?
2) At the top of my index.htm page, do I need to put this code: <?php
include ("./config.inc.php");
if ($COUNT_CFG['use_db']) {
include ("./mysql.class.php");
}
include ("./counter.class.php");
$counter = new dcounter();
$visits = $counter->show_counter(); /* Returns an associative array */
?>
Once again, I'm sorry if I sound dumb but I never work with this program and I'm amazed of what I have done and what the program does! I just need a little help.
3) Last question. In order for the script to work, od I need to transfer all the files from the folder I've created (dcountphp) to my main directory were my web site is?
Thanks a million.
George
|
|
|
|
|
|
Based on the open source JForum
|