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
should store the number of clicks made on a particular site
Moderator: General Moderators
Re: should store the number of clicks made on a particular s
Can you please rephrase the question?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