bueno pues lo puse asi:
Código PHP:
Ver original$resul = mysql_query("select IF(estado=='ACTIVO','<img src=\"imagenes/verde.jpg\" width=\"50\" height=\"50\" />','<img src=\"imagenes/rojo.jpg\" width=\"50\" height=\"50\" />') dependencia, responsable, contacto, estado from dependencias order by dependencia"); $ruta2 = $row["estado"];
}
y mando llamar a $ruta2
Código PHP:
Ver original$contenido = "<a href='redireccionando.php?DEPENDENCIA={1}'><img src='".$ruta2."'width='50' height='50'/></a>";
pero me sale el error de
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in...
xcierto muchas gracias por contestar :D