Re: [PHP] forms and databases usinh PHP

2001-03-15 Thread Don
> Don wrote: > > > Hello, > > > > Has anyone run into problems using PHP to access a database (MySQL) and > > build a form. I am trying to build a form that contains anywhere from > > 10 to 20 tables. Each table will contain drop down menus, text boxes > > and text areas. As you may envision, t

Re: [PHP] forms and databases usinh PHP

2001-03-15 Thread Michael Kimsal
Don wrote: > Hello, > > Has anyone run into problems using PHP to access a database (MySQL) and > build a form. I am trying to build a form that contains anywhere from > 10 to 20 tables. Each table will contain drop down menus, text boxes > and text areas. As you may envision, this form can

Re: [PHP] forms and databases usinh PHP

2001-03-15 Thread Jack Dempsey
Hey Don, I'm sure most of us have experienced problems with PHP and MySQL, but of a programming error, not usually a "bug". Do you have some code you could share? I'm using PHP and MySQL with lots of forms and things are great. jack Don wrote: > > Hello, > > Has anyone run into problems using