I have a page which accepts POSTs from a remote site. I would like to detect the domain that these POSTs are coming from. I realize that it can be spoofed but it is better t
You spelled Referer correctly. It should be:
$_SERVER['HTTP_REFERER']