
08/04/2013, 03:00
|
 | | | Fecha de Ingreso: abril-2006 Ubicación: Madrid
Mensajes: 773
Antigüedad: 18 años, 10 meses Puntos: 15 | |
Respuesta: verificar si una pagina https existe A ver si te vale
Código PHP:
Ver originalif (substr($string, 0, 7) == "http://") $res = "http"; if (substr($string, 0, 8) == "https://") $res = "https";
__________________ Os iusti meditabitur sapientiam
Si te he ayudado, por qué no un poquito de Karma :) ? |