function dameURL(){
$url=$_SERVER['REQUEST_URI'];
return $url;
}
$obtenerURL=dameURL();
if ($obtenerURL=="/tabla-uno" or $obtenerURL=="/tabla-dos" or $obtenerURL=="/tabla-productos" or $obtenerURL=="/tabla-tres... or..."){
//Hacer...
}

*Intenté incluirlo en un array pero no pude hacerlo funcionar