Ver Mensaje Individual
  #6 (permalink)  
Antiguo 22/12/2009, 02:58
kunkenos
 
Fecha de Ingreso: febrero-2009
Mensajes: 19
Antigüedad: 16 años, 2 meses
Puntos: 0
Respuesta: Ayuda por favor!!!!

Yo pense lo mismo y le meti un AND a.opb_id = '.$where.' pero tampoco a jalado

esa variable es para que me jale el buscador el cual lo tengo asi

Código PHP:
if($_POST['opb_id'] != "" 
    {
        
$where .= "AND opb_id = '".$_POST['opb_id']."'";
    } 
PERO NO JALA Y TENGO OTRAS COSAS DE LA MISMA FORMA PERO ESTA SE ME A COMPLICADO UN POCO... ESPERO PUEDAN AYUDAR...