php - Determine whether or not database field is type TEXT -
I am working on an editing view that takes a database table as a logic, then loads field names And loads text boxes, textwares, etc.
However, I do not really want the text box for each field. Some fields in my database are of type type; I want to show a Texter for them. Other fields are tinet, I want to display a checkbox for them.
Is it possible to define the type of database field and then work in my PHP?
Thanks in advance.
For more information, take a look here Show columns from the table; provides the information you need.
Comments
Post a Comment