Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/01/2009, 21:18
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años
Puntos: 292
Respuesta: quitar http: en links

Se en hace con PHP con str_replace o seguro que JavaSript tambien podes.......

<?php
$url = 'http://nixoweb.es.tl';
echo str_replace ('http://','',$url);
?>
__________________
Salu2!