Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/12/2009, 11:04
Diegotopet
Invitado
 
Mensajes: n/a
Puntos:
Pregunta Respuesta: Variable no NULL

Haber si entendí

quedaría así.

Código PHP:
$buscar $_POST['buscar'] ;
$sql "SELECT * FROM photo_order WHERE impresion_nombre = '$buscar' AND edicion_nombre NOT NULL ORDER BY numero_orden"
o como, por que me marca un error.