Re: [PHP-WIN] Re: How Do I Display a table description (PHP/MySQL question)

2008-01-26 Thread Aaron Schiff
Didn't even realize I sent it to you directly...I'm sending it to the list to archive it. Here's what I said: For displaying table comments: SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'your-table-name' For displaying column comments: SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHE

[PHP-WIN] Re: How Do I Display a table description (PHP/MySQL question)

2008-01-06 Thread none
Thanks for all the responses sent directly to me. I have it working now. ""none"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How do you display a table description that is part of a MySQL (v. 5.0) > database via PHP (v. 5.2) web page? > > Thanks -- PHP Windows Mailing Lis