Re: [PHP] Re: Converting tables into forms

2009-10-28 Thread ben...@gmail.com
Jay, What function do you have? Thanks to everyone for their feedback. Best, Ben On Wed, Oct 28, 2009 at 9:17 AM, Jay Blanchard wrote: > [snip]If your solution requires you to create hundreds of forms, which > could > take months to code, you need to take another look at the problem. I > don'

[PHP] Re: Converting tables into forms

2009-10-27 Thread ben...@gmail.com
n On Tuesday, October 27, 2009, Allen McCabe wrote: > Please explain with much greater detail. > > On Tue, Oct 27, 2009 at 6:12 PM, ben...@gmail.com wrote: > Does anyone have a quick way of converting tables into forms? > > -- > **

[PHP] Converting tables into forms

2009-10-27 Thread ben...@gmail.com
Does anyone have a quick way of converting tables into forms? -- ** The content of this e-mail message and any attachments are confidential and may be legally privileged, intended solely for the addressee. If you are not the inte

[PHP] Converting MySQL into Form

2009-10-27 Thread ben...@gmail.com
Anyone know of a way to can take Mysql tables/fields from phpMyAdmin or .sql file and quickly make into HTML forms?

[PHP] Select Query with Multiple Optional Values

2009-03-21 Thread ben...@gmail.com
Trying to find best way to accomplish following scenario. Looking to search inventory through a POST form, have the following optional fields to search by: Product Name, Color, Size, and Status. Search maybe for the Product Name and/or Color or they may search for just the Color or all 4 fields.