Lance Davis wrote:
On Tue, 2 Jul 2002, Marc Delisle wrote:
Well I prefer this :)
echo ' <option value="">' .$strDatabases. '...</option>' . "\n";
Marc
I prefer it with the brackets () and an extra space between them and the ...'s
(databases) ...
Done.
BTW the front page should IMHO say 'database statistics' not 'databases statistics' .
Why? there are many databases.
Couple of other minor points :-
Trying to edit a record from browse when there isnt a primary key doesnt find the record but displays a blank new one, is it because of float fields that dont have an exact match ??
If so should it ignore float fields in the select and if there are more than one result get the user to choose which one to edit ???
I will add a bug entry about this, but you must realize that having a primary key is The Right Thing to do.
Also 'users - check database privileges - database xxx' shouldnt show 'FILE' for users if they dont have 'INSERT' or 'UPDATE' privileges on xxx, because 'FILE' is meaningless without permission to use the file, it is a global permission switch which doesnt relate to the individual database unless the user already has permission to modify that database.
With 1000 users all with FILE permission to upload their tables - it shows them all when you select someone elses database.
Regards Lance
I will add a bug entry also about this.
Marc