| | |
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 |
Tag cloud for PHP
.htaccess access ajax alerts apache api array beginner binary broken cakephp checkbox class cms code convert cron curl database date directory display download dynamic echo email error file files folder form forms function functions google hack href htaccess html htmlspecialchars image include insert integration ip java javascript joomla limit link login loop mail menu methods mlm mod_rewrite multiple mysql network object oop overwrite parse paypal pdf php problem query radio random recursion redirect regex remote script search securephp server sessions sms soap source space sql structure syntax system table tutorial update upload url validation validator variable video web xml youtube






