Tema: buscador
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/12/2009, 21:40
Avatar de TheoriaX
TheoriaX
 
Fecha de Ingreso: agosto-2009
Ubicación: Hermosillo, Sonora
Mensajes: 217
Antigüedad: 14 años, 8 meses
Puntos: 5
Respuesta: buscador

Código PHP:
if(isset($_GET['enviar']))
{
  
$texto=$_GET['texto_a_buscar'];
  
  
$sql="select * from tu_tabla where palabra='$texto' ";
   
$res=mysql_query($sql);
   
   while(
$row=mysql_fetch_array($res))
   {
       echo 
$row['datos'];
        
//y asi kon kada dato
}
}else
{
   echo 
"Ingrese la palabra ";

__________________
Desarrollador .Net y Php
MCTS Framework 2.0:Windows Applications
Microsoft Certificated Profesional