PDA

View Full Version : Is there a javascript or php code to remove browsing history?


chrisalviola
Feb6-10, 04:55 AM
I want to remove my clients browsing history every time they access new pages from my website. is there any code, i keep searching the net and i cant find one.

DavidSnider
Feb6-10, 11:17 AM
No. Javascript does not allow you to remove a persons browsing history. PHP is server side and doesn't involve the browser directly.

DaveC426913
Feb6-10, 11:28 AM
I want to remove my clients browsing history every time they access new pages from my website.
Why would you want to do this?

The client's browser and browser data is their property. Philosophically, what you are trying to do is misguided.