Grabbing headers from any page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
chrys
Forum Contributor
Posts: 118
Joined: Tue Oct 04, 2005 9:41 am
Location: West Roxbury, MA (Boston)

Grabbing headers from any page

Post by chrys »

Not sure where I should post this. I wrote a quick script to get the headers on any URL, except SSL pages.

http://www.mytechjournal.com/getheaders.php

As you may know, the function get_headers isn't included in < PHP5, so this may help you.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If you posted the code, it'd go in Code Snippets. ;)
Post Reply