![]() |
|
|||
|
PHP - My SQL Relational Database Front End?
Looking for an open source and/or inexpensive way to manipulate a relational database (MySQL - 3 linked tables). PHP is preferred, in case I need to modify (user will have the ability to upload a file, and the subsequent URL will be added to the database). The tool needs to be online with authentication. thnx
|
|
|||
|
Hmmmm... not sure exactly what you mean.... but a good and inexpensive way to manipulate your relation with your wife who is like a database of information at times is to just rub her feet once in a while. Don't know what PHP is, but you could try some lotion to modify the intensity as well. I could go on, but I doubt if I'm really helping you.... in any case, if you transfer the compartment from the laundry-cleaning apparatus to the condensation extractor, you will have clean socks.
|
|
|||
|
PHPMyAdmin is the default tool php/MYSql developers use to manipulate a database via a web interface. It's pretty powerful and doesn't prevent a user from "dropping" the entire database, but it gives you all the control and views you need.http://www.phpmyadmin.net/home_page/index.phpIF you want something more restrictive / specific then you are looking at a custom php/mysql application and will probably need to write oyur own.
www.phpmyadmin.net |