Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to find out, how a user visited a particular page?

Answer Posted / asish kumar khuntia(mithu)

We add a counter in that page.
when a page load that counter value will increase.
eg.
<?php
$counter++;
?>

for storing its previpous value we can use session,
database etc.

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How escape single quotes php?

1039


How can you declare a constant variable in php?

1078


Tell me how a constant is defined in a php script?

981


What is difference between rest and http?

1074


How to set a value in session? How to remove data from a session?

1045


How is the ternary conditional operator used in php?

1063


What is use of mysqli_query in php?

996


how to detect a mobile device using php

1143


How to replace a substring in a given string?

1206


What software is required for php?

1088


What are php data types?

1035


What are the benefits of composer?

1063


What is a controller in programming?

1155


What is the use of mysqli_real_escape_string() function?

981


Declare a new variable in php equal to the number 3;

995