Tema: Busqueda
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 06/05/2011, 14:59
Avatar de quike88
quike88
 
Fecha de Ingreso: agosto-2008
Mensajes: 471
Antigüedad: 15 años, 8 meses
Puntos: 87
Respuesta: Busqueda

con expresiones regulares lo podrías hacer. investiga la función preg_match_all()

Aca hay un gran aporte que te puede servir: http://www.forosdelweb.com/f18/aport...s-pcre-646110/.


Cita:
Iniciado por IEKK Ver Mensaje
Y yo quiero un barquito
Código PHP:
Ver original
  1. <?php
  2.  echo '
  3.               /|___
  4.             ///|   ))
  5.           /////|   )))
  6.         ///////|    )))
  7.       /////////|     )))
  8.     ///////////|     ))))
  9.   /////////////|     )))
  10.  //////////////|    )))
  11. ////////////////|___)))
  12.  ______________|________
  13.  \                    /
  14. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. ';
  16. ?>
aqui tienes

Un saludo.