Hi,
I know some may wonder why I want to do this but I was wondering if there was a way to assign PHP variables the values of Server Side Include (SSI) variables.
e.g.
assign the value of SSI's HTTP_REFERER variable to a php variable so that it can be accessed through PHP code.
I understand that PHP's HTTP_REFERER is client-based so this is why I want to access SSI's HTTP_REFERER variable so that I am sure to have it with every user that visits the site.
Any help would be much appreciated.
Rob