Is there any way to detect what site a user came from by using only php?
if so, what is the code?
nevermind, i found it..
i used : $camefrom=$_SERVER['HTTP_REFERER'];