Que tal.
Estoy utilizando este script ahora. Pero me sale Resource id #12:
Código MySQL:
Ver original
ON tt.servicio_id
= servicio.servicio_id
ON servicio.cliente_id
= cliente.cliente_id
(
ON traslado.servicio_id
= servicio.servicio_id
ON servicio.cliente_id
= cliente.cliente_id
) t2
ON cliente.alias
= t2.alias
AND tt.fecha_servicio
= t2.mindate
WHERE cliente.alias
= "'.$Dias1.'" AND tt.remolque_otros
= "'.$_GET['s'].'" '
Qué estoy haciendo mal