Checking if some column name exist

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
keripukki
Forum Newbie
Posts: 1
Joined: Tue Jun 29, 2004 6:08 am

Checking if some column name exist

Post by keripukki »

Is there way to check whether some column name already exist in defined table by MySQL and/or PHP?
PAW Projects
Forum Commoner
Posts: 30
Joined: Tue Jun 15, 2004 7:43 am
Contact:

Post by PAW Projects »

[php_man]mysql_list_fields[/php_man]
Post Reply