
06/09/2006, 11:28
|
 | | | Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 21 años, 7 meses Puntos: 21 | |
creo que esta es mi solucion no se que opinen
if($tipo!='tds')
{
$comando=$comando."TIPO_FOTO='$tipo' and ";
}
else
{
$comando=$comando."TIPO_FOTO IS NOT NULL and ";
}
if($color!='tds')
{
$comando=$comando."COLOR_FOTO='$color' and ";
}
else
{
$comando=$comando."COLOR_FOTO IS NOT NULL and
__________________ gerardo |