php counter

  1. S

    Php online page viewer counter

    PHP (hypertext pre processor) has changed the way of web development.Now-a-days we can develop web applications easily by PHP.It has made web developing easier.Now i am presenting an page counter made by php.Sometime in our website we want to see that how many times our webpage is viewed.So this...
  2. C

    mysql/php count rows

    i have this table: +---------+------------+ | page_id | url | +---------+------------+ | 1 | page_1.php | +---------+------------+ | 2 | page_2.php | +---------+------------+ | 3 | page_3.php | +---------+------------+ I want to create a php counter that gets the...
Top