I know how to retrieve text from elements like the title on a web page using PHP but how do I get the status code returned in the header and assign it to a variable?
[man]headers_list[/man]
Fatal error: Call to undefined function: headers_list()
upgrade to PHP5 (if possible)
I'll look into it but what if not possible?