Please help, after I develope the code in my localhost which is using PHP 5 and i use function get_headers(), without my realization that my web hosting is using php 4.4.4 only and it does not support get_headers, so is there a function which is equivalent to get_headers() in php 4.4.4 ? Thank you...