TYPE for page-size input
Moderator: General Moderators
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL
TYPE for page-size input
Hey guys, I'm new to MySQL and was wondering what the best variable type is to use for a variable that will hold about a page worth of user input (text). In other words, this variable will hold a one-page essay that my users will type in to the form. Is MEDIUMTEXT the one I want to use?...unsigned??? Thanks for your help.
TEXT or BLOB would do just fine. 
There are subtle differences, but mostly work the same.
There are subtle differences, but mostly work the same.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL