On Tue, 27 Jul 2004 22:09:35 -0700 (PDT), Jaskirat Singh
<[EMAIL PROTECTED]> wrote:
> Hi Everyone,
> I am looking for a tool that lets me do simple data managment ie.
> edit,update,insert and delete records in tables of a database.
> 
> I am kinda fed up of writing those php scripts for back ends of
> websites over and over :). I am looking for some thing generic to
> replace that if possible.
> 
> PhpMyAdmin is a great tool but I don't want the user to have access to
> drop table and empty table etc. I cannot change the permissions of
> MySQL user.
> 

<fanfare>
Bum bu da bah!
</fanfare>

Enter DB_DataObject_FormBuilder and its simple, yet powerful frontend.
For more info:
http://pear.php.net/package/DB_DataObject_FormBuilder
http://opensource.21st.de/tiki-index.php?page=DB_DataObject_FormBuilder
http://www.reversefold.com/tikiwiki/tiki-index.php?page=DB_DataObject_FormBuilder_Frontend

If you need help using DataObject, FormBuilder, or the frontend, don't
hesitate to ask for help.

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to