Cita:  
					Iniciado por Alexis88  
  Me gustaría ver qué fue lo que probaste en JavaScript y PHP para poder guiarte. ¿Intentaste descargando el ejemplo y probándolo?
    
asi    
Código HTML:
Ver original- <!DOCTYPE html> 
-         <meta charset = "utf-8" /> 
-         <link rel = "stylesheet" type = "text/css" href = "jquery-ui-css.css" /> 
-         <link rel = "stylesheet" type = "text/css" href = "style.css"> 
-             <input type = "text" name = "buscar" id = "buscar" placeholder = "Ingresa el dato a buscar" autofocus /> 
-   
-                     <!--<label class = "dato"></label>--> 
-                     <input type = "text" name = "fname" class = "dato" /> 
-                  
-   
-         <script type = "text/javascript" src = "jquery.js"></script> 
-         <script type = "text/javascript" src = "jquery-ui.js"></script> 
-         <script type = "text/javascript" src = "script.js"></script>