Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/09/2006, 09:53
Avatar de B**
B**
 
Fecha de Ingreso: enero-2006
Ubicación: Monterrey,Mexico
Mensajes: 952
Antigüedad: 19 años
Puntos: 3
Código PHP:
<?php    
        $r
="ja ja j";
        
$s=str_replace(" " ,"+",$r);
        print 
$s;
        
//imprime:  ja+ja+j
?>
__________________
-URL= Go PHP5.
-Age=22.
-Learning=PHP,J2EE,Struts,MAMBO,C++,JSON,AJAX,XHTML ,CSS.