Muchas gracias
Código PHP:
$criterio = ""; //Viene devuelto de html de abajo
$txt_criterio = "";
if ($_GET["criterio"]!=""){ //Lo obtiene del form
$txt_criterio = $_GET["criterio"]; //Igualamos variables y hacemos abajo la consulta de estas variables en la sql.
$criterio = " WHERE cif = $cifuser AND (
idcontrato LIKE '%" . $txt_criterio . "%'
OR idpartes LIKE '%" . $txt_criterio . "%'
OR Horas LIKE '%" . $txt_criterio . "%'
OR descripcion LIKE '%" . $txt_criterio . "%'
OR fecha LIKE '%" . $txt_criterio . "%'
LIMIT 0 , 30
";
}
$sql="SELECT * FROM bd.partes ".$criterio; //Consultamos todo con el valor del