Re: [PHP] need phpmyAdmin but no so good

2001-10-04 Thread Steve Werby

<[EMAIL PROTECTED]> wrote:
> Webmin is a web-based administration interface for
> Unix systems but I need something like phpmyAdmin
> just for managing the info in databasesj ust listing dbs,
> tables, insert, delete, edit options; no create or alter
> tables and dbs.

You could pretty easily remove the form elements from phpMyAdmin that allow
the functions you don't want.  Quick and painless.  You may want to remove
PHP code from phpMyAdmin itself in case phpMyAdmin doesn't check to ensure
form data was posted (vs from a get method) and that data came from a page
in the phpMyAdmin session.  Or you could reinvent the wheel.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] need phpmyAdmin but no so good

2001-10-04 Thread Michael A. Peters

http://www.webmin.com/webmin/

On Thu, 4 Oct 2001 10:48:57 +0200
<[EMAIL PROTECTED]> wrote:

> Hi:
> I'm looking for a mysql administrator but no so good as
> phpmyAdmin, just listing dbs, tables, insert, delete, edit
> options; no create or alter tables and dbs
> 
> anybody knows about?
> thanks in advance
>  


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters
http://24.5.29.77:10080/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]