Re: [PHP-DB] Creating MySQL Entry Forms

2003-03-01 Thread Jeremy N.E. Proffitt
It has to be HTML based, it can't install on the server. - Original Message - From: Leif K-Brooks [EMAIL PROTECTED] To: Jeremy N.E. Proffitt [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:37 PM Subject: Re: [PHP-DB] Creating MySQL Entry Forms What's wrong

Re: [PHP-DB] Creating MySQL Entry Forms

2003-03-01 Thread Paul Burney
on 3/1/03 2:00 PM, Jeremy N.E. Proffitt at [EMAIL PROTECTED] appended the following bits to my mbox: What's wrong with PhpMyAdmin? It has to be HTML based, it can't install on the server. Well, you can't administer MySQL with HTML pages. You need PHP pages that generate HTML pages.

[PHP-DB] Creating MySQL Entry Forms

2003-02-28 Thread Jeremy N.E. Proffitt
I need to create some simple web forms for entering, changing, deleteing information from a fairly simple MySQL database. This is to be for internal use, so doesn't have to be really fancy or have alot of error checking. I could make a form for each table myself, but I would think their is an

Re: [PHP-DB] Creating MySQL Entry Forms

2003-02-28 Thread Leif K-Brooks
What's wrong with PhpMyAdmin? Jeremy N.E. Proffitt wrote: I need to create some simple web forms for entering, changing, deleteing information from a fairly simple MySQL database. This is to be for internal use, so doesn't have to be really fancy or have alot of error checking. I could make