| | |
php web stats script
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Sep 2007
Posts: 21
Reputation:
Solved Threads: 0
Anybody know of a good one? One that tells where they came from and when they exit.
I have been trying a few out that I got off of hotscripts and haven't found one I like.
If possible I would like to put in root directory without having a script on each page. Also would like to keep track of other sites also. I use godaddy hosting. (mysql php)
Any suggesions appreciated.
I have been trying a few out that I got off of hotscripts and haven't found one I like.
If possible I would like to put in root directory without having a script on each page. Also would like to keep track of other sites also. I use godaddy hosting. (mysql php)
Any suggesions appreciated.
Use Google Analytics it will give you tons of information which you will most likely not need but it generates pretty pictures and it doesn't take up any space on your servers
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
•
•
Join Date: Sep 2007
Posts: 21
Reputation:
Solved Threads: 0
•
•
•
•
I used the "include" statement to get a counter on all of my pages. Is that what you are after for?
I really am not a coder, but have been going in and changing some of the obvious stuff here and there in some of my templates and index pages.
I have the google account, hmm, may have to look at that some, but some of my sites will never see a google ad so will that work for them?
Im getting ready to generate a bunch of web pages using my photos, and an include might be cool, how does that work? Would I need to have a good counter/stats program for it to work?
Include works be inserting a file into another ie.,
HelloWorld.php
index.php
Would generate a page that looks like this:
Obviously it can have more than one echo but that's the easiest way to describe it.
HelloWorld.php
php Syntax (Toggle Plain Text)
<?php echo "<h1>Hello World!</h1>\n"; ?>
index.php
php Syntax (Toggle Plain Text)
<html> <head> <title>Hello</title> </head> <body> <? include('Hello World.php'); ?> </body> </html>
Would generate a page that looks like this:
html Syntax (Toggle Plain Text)
<html> <head> <title>Hello</title> </head> <body> <h1>Hello World!</h1> </body> </html>
Obviously it can have more than one echo but that's the easiest way to describe it.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r y+
PMs asking for help will not be answered, post on the forums. That's what they're there for.
![]() |
Similar Threads
- Basic Perl Web Upload Script (Perl)
- PHP Web Developer (Web Development Job Offers)
- PHP Web Programmer (Post your Resume)
- Web Directory Web Stats Link exchange (Relevant Link Exchanges)
- cPanel: email account creation. I need help making a PHP script. (PHP)
- Special PHP web hosting requirement - advice needed (Web Hosting Deals)
- Needed WSIWYG editor for PHP web pages, help Please (PHP)
- Removing coding problems (HTML and CSS)
Other Threads in the PHP Forum
- Previous Thread: I have problem with check box
- Next Thread: Problem about my check box !
| Thread Tools | Search this Thread |
ajax apache api array arrays beginner binary broken cache cakephp checkbox class cms code confirm cron curl customizableitems database date display dynamic echo email error external file files folder form forms forum function functions google header headmethod howtowriteathesis href htaccess html iframe image include insert integration ip java javascript joomla limit link login loop mail malfunction menu method mlm multiple mysql neutrality oop paypal pdf php phpmysql play problem query question radio random recursion regex remote root script search select server sessions sms soap source space sql syntax system table tutorial update upload url validator variable video web xml youtube






