From: | Marek Lewczuk <newsy(at)lewczuk(dot)com> |
---|---|
To: | Ângelo Marcos Rigo <angelo_rigo(at)yahoo(dot)com(dot)br> |
Cc: | pgsql-php(at)postgresql(dot)org |
Subject: | Re: Interactive querys |
Date: | 2003-12-15 13:02:00 |
Message-ID: | 3FDDB0C8.3050808@lewczuk.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
Â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
From | Date | Subject | |
---|---|---|---|
Next Message | Ângelo Marcos Rigo | 2003-12-15 13:23:14 | Re: Interactive querys |
Previous Message | Ângelo Marcos Rigo | 2003-12-15 12:46:32 | Interactive querys |