data type for html data?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
jiop
Forum Newbie
Posts: 11
Joined: Wed Dec 18, 2002 4:00 am
Location: newport beach

data type for html data?

Post by jiop »

what would be the best data type in a mysql database to hold html data that could range from about 1000-2000 characters?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

I'd probably use a TEXT field:
http://www.mysql.com/doc/en/BLOB.html

Mac
Post Reply