hello friends i want to view the field discription of mysql table in my php form ,how can i do this,is there any function to do this lokking for your suggestion
Description meaning what? Check out the [man]mysql[/man] functions....
i think he means the datatype of a field...
Like BuzzLY's code in the Code Share thread, perhaps.
Ok, just pull it out of the table description...
mysql_query("DESC table");