Ângelo Marcos Rigo wrote:
> Hi
>
> I want to build an aplication to perform interactive
> querys where the user can select the fields he want to
> query and still reorder the query itens.
>
> This can be done only using php or javascript or flash
> are needed?
It depends from your choice - for example you can use only PHP and
fields names can be send by $_GET variables, e.g. Ofcourse it can be
done with javascript - it will be more dynamic.
ML