RE: [PHP] view outputed headers?

2004-01-12 Thread Ivo Pletikosic
I've been using mozilla firebird as a test browser with the 'Live HTTP Headers' extension. I've found it most useful. http://texturizer.net/firebird/extensions/#livehttpheaders > -Original Message- > From: Scott Taylor [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 11, 2004 9:34 PM >

Re: [PHP] view outputed headers?

2004-01-12 Thread Marek Kilimajer
http://sk2.php.net/manual/en/function.headers-list.php says: no version information, might be only in CVS Scott Taylor wrote: What is the easiest way to view the headers that a PHP page has put out? I've seen the |var_dump(headers_list()); on php.net but this always gives me an error (such as

Re: [PHP] view outputed headers?

2004-01-12 Thread Mirek Novak
try mozilla & livehttpheaders from http://livehttpheaders.mozdev.org Scott Taylor wrote: What is the easiest way to view the headers that a PHP page has put -- Mirek Novak jabberID: [EMAIL PROTECTED] ICQ: 119499448 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

Re: [PHP] view outputed headers?

2004-01-11 Thread Jason Wong
On Monday 12 January 2004 13:34, Scott Taylor wrote: > What is the easiest way to view the headers that a PHP page has put > out? I've seen the |var_dump(headers_list()); on php.net but this Are you sure you don't mean headers_sent()? > always gives me an error (such as: | > > Fatal error: Call