[PHP] RE: Form woes

2004-01-22 Thread Alex Hogan
Thanks Paul..., That makes a lot of sense. My first thought is to place the files in question in a particular subdirectory and do a readdir to populate the array. > -Original Message- > From: Paul Chvostek [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 11:18 PM > To: Ale

[PHP] Re: Form woes

2004-01-21 Thread Paul Chvostek
Alex, A switch statement probable isn't the way you want to do this. There is no real limit to how many of anything should go in a page, but there are likely better ways to skin this particular cat. Your goal should be to come up with elegant ways to represent problems, such that large tasks can

[PHP] Re: Form woes

2004-01-21 Thread Manuel Lemos
Hello, On 01/21/2004 05:07 PM, Alex Hogan wrote: Is there a better, or should I say more elegant, way to do what I'm doing? You may want to try this multi-page forms generation class: Class: Multipage forms class http://www.phpclasses.org/multipageforms -- Regards, Manuel Lemos Free ready to use