•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 456,496 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,742 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 954 | Replies: 5
![]() |
•
•
Join Date: Sep 2007
Posts: 21
Reputation:
Rep Power: 2
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.
•
•
Join Date: Apr 2005
Location: New York state
Posts: 487
Reputation:
Rep Power: 5
Solved Threads: 73
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 z+*
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h-->++ r z+*
•
•
Join Date: Apr 2005
Location: Dundee, Scotland
Posts: 12,883
Reputation:
Rep Power: 32
Solved Threads: 305
•
•
•
•
If possible I would like to put in root directory without having a script on each page
I used the "include" statement to get a counter on all of my pages. Is that what you are after for?
TRY MY SUGGESTIONS AT YOUR OWN RISK
Master of puppets Im pulling your strings, blinded by me, you cant see a thing. Master! Master!
Master of puppets Im pulling your strings, blinded by me, you cant see a thing. Master! Master!
•
•
Join Date: Sep 2007
Posts: 21
Reputation:
Rep Power: 2
Solved Threads: 0
•
•
•
•
I used the "include" statement to get a counter on all of my pages. Is that what you are after for?
Not really, I just want to put a file or two on the site, without having to add code to each page. I add regularily to many of my sites, and I also don't want to go back and add to all of the others.
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?
•
•
Join Date: Apr 2005
Location: New York state
Posts: 487
Reputation:
Rep Power: 5
Solved Threads: 73
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 z+*
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h-->++ r z+*
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
adult advertising blog browser browsing community company competition data design development domains firefox google html india intel internet legal linux marketing math microsoft mobile applications monetization mozilla msn multimedia news php privacy report research revenue rss search security sex software standards sun technology video w3c web web development webmaster wiki xml yahoo
- PHP Web Developer (Web Development Job Offers)
- PHP Web Programmer (Post your Resume)
- Web Directory Web Stats Link exchange (Relevant Link Exchanges)
- Basic Perl Web Upload Script (Perl)
- 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 !



Linear Mode