RE: [PHP-DB] SHOW COLUMNS

2001-03-14 Thread Robert V. Zwink
his won't work {echo mysql_field_name($result, $i); }} ? Robert Zwink DISCLAIMER This is not my syntax, it is taken from the original poster's message. -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 7:31 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] SHOW

[PHP-DB] SHOW COLUMNS

2001-03-13 Thread Mike
Im trying to use the SHOW COLUMNS Syntax from mysql in the folowing code. It is returning nothing.The Table name is correct and there are records in the table (not that that should matter).I dont get an error.I posted to php.general and got no response. ?php require("Connection.php");