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!
now when a visitor visits my page, he remembers the number of houses he has looked at, but i would like to change this in the number of times a certain house is visited (number of times by all the visitors)
You wont be able to tell the number of times of all visitors unless you have some type of database set up, to store that, cookies are set on the clients computer only, session is on the server, but its only per person, So you'll need a database to save how many per person.