[insert_php] function dameURL(){ $url=»https://».$_SERVER[‘HTTP_HOST’].»:».$_SERVER[‘SERVER_PORT’].$_SERVER[‘REQUEST_URI’]; return $url; } $dato= explode(«/», dameURL()); [/insert_php]