[PHP] Re: Generating forms using OOP

2002-12-09 Thread Scott Hurring
Here's an OOP function from an HTML class i wrote to simplify forms myself -- It might come in handy for ya later :-) // Single Select dropdown box /* @params $name String Name of this form element $items Array Array of items to place in this select box $selected String Single item to

Re: [PHP] Re: Generating forms using OOP

2002-12-09 Thread Davy Obdam
Thanks scott, This might definatly come in handy later as i am new too OOP in PHP. I am now trying to generate a set of radio boxes... but without succes yet... Best regards, Davy Obdam mailto:[EMAIL PROTECTED] Scott Hurring wrote: Here's an OOP function from an HTML class i wrote to