Suggestions for a GUI for PHP?
Actually where I am heading with this is, occasionally I think a
thicker client would be called for than the typical browser interface.
What do you use?
Particularly the problem is I am doing a sales order entry form, and
I'd like to be able to add additional line items to the screen as
needed. The only way I can think to do it is to make a round trip to
the server, which I'd rather not do, or list or 10 or 20 blank form
lines for line item orders.
thanks
BobC
Actually where I am heading with this is, occasionally I think a
thicker client would be called for than the typical browser interface.
What do you use?
Particularly the problem is I am doing a sales order entry form, and
I'd like to be able to add additional line items to the screen as
needed. The only way I can think to do it is to make a round trip to
the server, which I'd rather not do, or list or 10 or 20 blank form
lines for line item orders.
thanks
BobC
Comment