should store the number of clicks made on a particular site

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php2006
Forum Newbie
Posts: 1
Joined: Tue Mar 14, 2006 1:50 am

should store the number of clicks made on a particular site

Post by php2006 »

Wanna make an application on php+mysql

Working of application  should store the number of clicks made on a particular site

Explanation

I have a main site supposed Z which have 3 sublink suppose
A
B
C
And for the same I have a database
Now I want whenever a click is made to these sites A B C through main site Z
it should be added in the database
Or in otherwords the counter of A B C increments itself automatically in the database

Provide me the code for the same plz
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

We're not here to write code for you, that's called work. Work which many of us are paid quite well to do.

Make some effort; start coding a script. If you get stuck, ask about it.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: should store the number of clicks made on a particular s

Post by Benjamin »

php2006 wrote:Wanna make an application on php+mysql

Working of application  should store the number of clicks made on a particular site

Explanation

I have a main site supposed Z which have 3 sublink suppose
A
B
C
And for the same I have a database
Now I want whenever a click is made to these sites A B C through main site Z
it should be added in the database
Or in otherwords the counter of A B C increments itself automatically in the database

Provide me the code for the same plz
Can you please rephrase the question?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

cross posting is a good way to get smacked "php2006"
Post Reply