Posted by mindwarp on 07/12/06 16:28
For example... <?php $url = 'http://www.whatever.com/ccc'; $fp = @fopen($url, 'r'); if ($fp) { $headers = stream_get_meta_data($fp); print_r($headers); }
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming