detect previous page
detect previous page
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- mirola0
with php you can use
$_SERVER['HTTP_REFERER'];
but some browsers/clients may not send referer information in the headers
with php you can use
$_SERVER['HTTP_REFERER'];
but some browsers/clients may not send referer information in the headers