Estate atento ya que en esta reseña vas a hallar el hallazgo que buscas.
Ejemplo: obtener la página actual php
if(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']==='on')$url="https://";else$url="http://";// Append the host(domain name, ip) to the URL. $url.=$_SERVER['HTTP_HOST'];// Append the requested resource location to the URL $url.=$_SERVER['REQUEST_URI'];echo$url;?>
valoraciones y reseñas
Al final de la página puedes encontrar las anotaciones de otros desarrolladores, tú además tienes el poder mostrar el tuyo si dominas el tema.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)