hi......it would be a great help if someone provides the php code to get the header info of some site,like www.google.com........any help would be appreciated.
HEAD request...much faster than using common functions (file_get_contents, etc) since it does not download the body. If you are doing multiple requests...possibly curl_multi_init()...then it'll give you about a 95% increase in performance. Bobby