Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/10/2008, 09:46
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: URL del script que se ejecuta

Haz intentado hacer un if con $_SERVER['HTTPS']

Algo asi:
Código PHP:
$url 'http';
if(
$_SERVER['HTTPS']=="on"$url.='s';
blahblahblah