[PHP] Automatic Form creation

2002-07-10 Thread CM
Are there any php scripts or classes that do Automatic Form Creation? If it worked from a MySQL datbase that would be a plus. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Automatic Form creation

2002-07-10 Thread Martin Clifford
That all depends on what the form is for, what it has to do, how many fields it needs, etc. You'd be better off writing a function to create your forms, if you ask me. Just my $20.00 (big mouth) Martin CM [EMAIL PROTECTED] 07/10/02 01:14PM Are there any php scripts or classes that do

Re: [PHP] Automatic Form creation

2002-07-10 Thread Analysis Solutions
On Wed, Jul 10, 2002 at 11:14:51AM -0600, CM wrote: Are there any php scripts or classes that do Automatic Form Creation? If it worked from a MySQL datbase that would be a plus. Check out my SQL Solution class: http://www.sqlsolution.info/ Makes it really easy to generate dynamic form