Posted by J.O. Aho on 11/06/06 16:30
google@mayawebservices.com wrote:
> Is there a way to use php to find the most recent page (not the current
> one) in a browser's history? The only way I aware of uses
> javascript....
All information that PHP can access from the browser you find on this page:
http://www.php.net/manual/en/reserved.variables.php
You can use javascript to fill a form which then is sent to the php, thats the
closest you can get.
//Aho
[Back to original message]
|