theboss3@gmail. com wrote:[color=blue]
> That being said, is there a way to retrieve headers from another page,
> like getheaders('htt p://example.com/') ?[/color]
Open a socket, stop reading after the header, close socket.
theboss3@gmail. com wrote:[color=blue]
> Thanks! I wasn't sure if fsockopen would be good enough or not, but I
> think it will be. I just need to catch the error.
>
> That being said, is there a way to retrieve headers from another page,
> like getheaders('htt p://example.com/') ?[/color]
I'm quite new to PHP, but I found and adpated this for getting the Time
Stamp of a URL, perhaps you can change it for what you need:
Comment