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.

Show columns from the table; provides the information you need.

For more information, take a look here

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -