PDA

View Full Version : php version of DBMan


drivle
04-22-2009, 04:04 PM
Hi
There is an outstanding perl database called DBMan (http://www.gossamer-threads.com/scripts/dbman/).

However, I now need to find an equivilent version using PHP.

Can anyone help please?

I have tried DaDaBik (http://www.dadabik.org/) but the front end leaves much to be desired....

I'm happy to pay if it's not open source - I would just like a good recommendation.

Thanks :)

paul_norman_81
04-23-2009, 08:00 AM
It doesn't seem to do much... is it designed to be embedded or something?

To manage a Mysql database (the most common type with PHP) you might want to look at phpMyAdmin - very useful.

drivle
04-23-2009, 12:21 PM
Hi Paul,
Thanks for the reply. I use PHPMyAdmin on a regular basis, however it isn't a front end user tool.

I'm looking for a fully qualified database manager with administrative and user editable accounts.

Users would need to log on edit only their own entries, view & search.
Guests would only be allowed to view and search (on-line yellow pages perhaps?)

Also an admin section to oversee and over-ride everything.