[PHP-DB] Log in multiple users to MySql

2005-03-11 Thread Mahmoud Badreddine
I authenticate users of my database with the Apache dialog box. I would like to know where do these values (usernames and passwords) get stored so that I can use this information to log in to the MySql database. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] How to emulate phpMyadmin for editing with checkboxes

2005-02-25 Thread Mahmoud Badreddine
Holmes [EMAIL PROTECTED] To: Mahmoud Badreddine [EMAIL PROTECTED] CC: php-db@lists.php.net Subject: Re: [PHP-DB] How to emulate phpMyadmin for editing with checkboxes Date: Wed, 23 Feb 2005 22:11:18 -0500 Mahmoud Badreddine wrote: Problem statement: I would like to give my users the option of clicking

[PHP-DB] How to emulate phpMyadmin for editing with checkboxes

2005-02-23 Thread Mahmoud Badreddine
Problem statement: I would like to give my users the option of clicking on a checkbox which I have provided as a field in a table and then clicking on the edit (or delete ) button to edit the info pertaining to the checked record. In other words , in case my statement of the problem isn't