Re: [PHP-DB] Re: Why varying functionality across php db apis for db metadata?

2003-09-17 Thread Mike Klein
Jason Wong wrote: On Wednesday 17 September 2003 18:46, pete M wrote: Mike Klein wrote: For example, php mysql library supports list_dbs and list_tables commands as well as getting table metadata. MySQL sql also 'natively' supports these commands (show databases, show tables, describe

[PHP-DB] Free php-based mysql browser/query tool available for download...

2003-09-17 Thread Mike Klein
/shareware/databaseExplorers Personally I use phpMyAdmin or the mysql cmdline (like everybody else) for admin tasks, but I wanted a simple front-end for the rest of my website without all of phpMyAdmin's baggage (ui and otherwise). mike klein -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Why varying functionality across php db apis for db metadata?

2003-09-16 Thread Mike Klein
certain system tables, no? mike klein -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Help needed with variable scoping? or mysql problem

2003-08-23 Thread Mike Klein
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 8:10 AM To: Mike Klein Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Help needed with variable scoping? or mysql problem best way to tell is to place .'or die(mysql_error())' after any call to mysql_query

[PHP-DB] Help needed with variable scoping? or mysql problem

2003-08-14 Thread Mike Klein
)) ...rest of method... } Any ideas on why this is? When I move the lines above (from $result=...to...echo 'numRows') down a few lines to just before the mysql_fetch_array, then everything works. Whazzup?!? mike klein -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit