Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/08/2005, 09:47
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 5 meses
Puntos: 11
Y asi:

Código PHP:
<?php
  $sitio 
$_SERVER['DOCUMENT_ROOT'];
  
$sitio str_replace("\\""/"$sitio);
  echo 
$sitio;
?>