Hello, I would like your help with the following problem, which I have in this code.
function verificarParametro($loopurl,$urlHost) {
if (preg_match("/(\W|^){$urlHost}(\W|$)/i", $loopurl))
return true;
else
return false;
It...
asked by
07.06.2018 / 20:29