Hi,

> I need to diagnose a web browser problem, and I'd like PHP to return a
> page that shows the entire browser request, exactly as it was sent. It
> would naturally contain all the data in the HTTP Headers Information
> from phpinfo() but formatted exactly as the browser sent it.

Sounds like what you really want is Fiddler (MSIE,
http://www.fiddlertool.com) or Firebug (Firefox,
http://getfirebug.com/). The latter is indispensable.

-- 
Richard Heyes
HTML5 graphing: RGraph (www.rgraph.net - updated 6th June)
PHP mail: RMail (www.phpguru.org/rmail)
PHP datagrid: RGrid (www.phpguru.org/rgrid)
PHP Template: RTemplate (www.phpguru.org/rtemplate)
PHP SMTP: http://www.phpguru.org/smtp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to