Re: [PHP] writing a class in php to print form elements

2004-04-09 Thread Andy B
>I think just about everybody re-invents that wheel ... well i dont have much of a choice but to reinvent that wheel because as far as im aware of the gpl/lgpl doesnt allow me to write code, say sell that webservice/php program for $100 and also have gpl/lgpl code in it (as well as copyright proble

Re: [PHP] writing a class in php to print form elements

2004-04-09 Thread Don Read
On 07-Apr-2004 Andy B wrote: > hi... > > is it totally usefull/reasonable to write a class in php that prints > different different form elements in html... > > i.e. inputs, buttons, drop downs, multi selects and son? that way (at > least > i think) then it would be easier to change the element

[PHP] writing a class in php to print form elements

2004-04-07 Thread Andy B
hi... is it totally usefull/reasonable to write a class in php that prints different different form elements in html... i.e. inputs, buttons, drop downs, multi selects and son? that way (at least i think) then it would be easier to change the element attributes dynamically... -- PHP General Mai