Topic awaiting preservation: Database manager using browser (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 03-12-2003 00:23
Hi there, |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 03-12-2003 00:31
shattered: It depends the DB you are working on and the server-side language you are using. I doubt it is usually necessary to build one of your own as there are probably an awful lot of scripts out there to do this. |
Obsessive-Compulsive (I) Inmate From: |
posted 03-12-2003 00:50
Hi Emperor, |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-12-2003 00:52
whew you're doing PHP and mysql and you haven't gotten to the part about phpmyadmin yet? |
Maniac (V) Mad Scientist From: :morF |
posted 03-12-2003 00:55
Yeah...deifnatley remote access phpMyAdmin...a great tool. It does exactly what you want, a visual reference and editing tool of MySQL databases. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 03-12-2003 00:58
shattered: Yep what he said ^^^^^^^^^^^^^^^^ |
Obsessive-Compulsive (I) Inmate From: |
posted 03-12-2003 01:05
We're using phpmyadmin right now for our project, but for the ease and convenience for our administrator, we thought we'd like to implement a simple form so that they or just anyone who has no prior knowledge of computers can just edit data from there. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 03-12-2003 01:10
shattered: Ah well that is another thing entirely - I'm all in favour of form-based editting of the database as it can make working with complex database structures much simpler. Its just what you showed in the example was doing a more complex function. |
Maniac (V) Inmate From: under the bed |
posted 03-12-2003 01:49
Yup, form based admin pages are a must IMO. |
Obsessive-Compulsive (I) Inmate From: |
posted 03-12-2003 01:55
I need help more on interacting with the datbase... getting the data from the database to show up on the internet browser... How I can get the datas from the right field to appear in the right textbox so that the admin can edit it easily... |
Maniac (V) Inmate From: under the bed |
posted 03-12-2003 04:27
Well, that's still a bit vague. |