Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/09/2009, 13:53
SeNdEr2003
 
Fecha de Ingreso: agosto-2003
Mensajes: 906
Antigüedad: 21 años, 3 meses
Puntos: 3
Respuesta: Mod-Rewrite sin espacios...?

de esta forma:

Código PHP:
<font face='Verdana' size='1' color 'red'>&#8226; <a href = '$siteurl/lyrics/$data[id]/$title.html' title = '$data[title]'><b>$data[title]</b></a> <br> <font color='green' size ='1'><i> by $singer </i></font><font color='black'><br> <font color='green' size ='1'><i> Album: $album </i></font> <p> <font color='black'>$desc </font> <hr> 
Probe con

$title = str_replace("-","",$data[title]);

y nada...