On Tue, 23 Jan 2001, Boget, Chris wrote:

> Never mind, I see how he did it.  He runs the following query:
> 
> "SELECT FIELDS FROM $tableName"
> 
> Where '$tableName' is your table (obviously) and he parses the result
> to get all the information.
> 

Actually he did a "SHOW FIELDS FROM $tableName". It looks like it's some
sort of alias to "DESC $tableName", since it shows pretty much the same
data.

Joao

--
João Prado Maia <[EMAIL PROTECTED]>
http://phpbrasil.com - php com um jeitinho brasileiro


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to