Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/01/2013, 23:15
underwebinfo
 
Fecha de Ingreso: septiembre-2012
Ubicación: Buenos aires
Mensajes: 110
Antigüedad: 11 años, 7 meses
Puntos: 9
Respuesta: Cómo hago un buscador en PHP

Código PHP:
Ver original
  1. # String Search
  2.         public function Con_Like($Consulta,$Por,$Text){
  3.        
  4.             return mysql_query($Consulta.' WHERE '.$Por.' LIKE '.'"'.$Text.'"');
  5.        
  6.         }