Hello, I need to read an information from the header, but I don't know exact property name for it.
Is there a way to read ALL header information in PHP so I can find the one I need?
something like $accept = $_SERVER["HTTP_ACCEPT"];
but to read all (even non standard) information from the header?
Is there a way to read ALL header information in PHP so I can find the one I need?
something like $accept = $_SERVER["HTTP_ACCEPT"];
but to read all (even non standard) information from the header?