Questions tagged as 'referer'

1
answer

Help with a php code to not show the page if it is accessed from the url

I have the following code that its function would be to detect the entry from the page step1.php to paso2.php Let me explain, I want people who enter step2.php without going through the first step not to be allowed, with this code I have achi...
asked by 18.08.2018 / 15:52
1
answer

Compare Referer using stripos ()

Hi, I'm wondering how to compare the referer using stripos () example: <?php //Verifica el referer $mayreferr = @$_SERVER['HTTP_REFERER']; if(stripos($mayreferr,'misitio.mx')){} The problem is that I want to use a list of sites to compa...
asked by 28.02.2018 / 23:45