![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/01/2013, 23:15
|
| | Fecha de Ingreso: septiembre-2012 Ubicación: Buenos aires
Mensajes: 110
Antigüedad: 12 años, 4 meses Puntos: 9 | |
Respuesta: Cómo hago un buscador en PHP
Código PHP:
Ver original# String Search public function Con_Like($Consulta,$Por,$Text){ return mysql_query($Consulta.' WHERE '.$Por.' LIKE '.'"'.$Text.'"'); }
|