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