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: | > > <b>Fatal error</b>: Call to undefined function: headers_list() in > /usr/local/psa/home/vhosts/a.com/httpdocs/my/page.php</b> on line > <b>79</b><br> -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* "It is better to have tried and failed than to have failed to try, but the result's the same." - Mike Dennison */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php