lc21 Posted July 14, 2007 Share Posted July 14, 2007 I currently have designed a form with a description field and I was wondering when that is submitted to the database how should that be stored, is the best option varchar? thanks. Quote Link to comment https://forums.phpfreaks.com/topic/59893-solved-description-field/ Share on other sites More sharing options...
AndyB Posted July 14, 2007 Share Posted July 14, 2007 varchar has a limit of 255 characters. If that's enough, OK. Otherwise use a text data type Quote Link to comment https://forums.phpfreaks.com/topic/59893-solved-description-field/#findComment-297901 Share on other sites More sharing options...
182x Posted July 14, 2007 Share Posted July 14, 2007 thanks, what is the limit of text? Quote Link to comment https://forums.phpfreaks.com/topic/59893-solved-description-field/#findComment-297988 Share on other sites More sharing options...
hackerkts Posted July 14, 2007 Share Posted July 14, 2007 65535 characters, take a look at this http://www.phpfreaks.com/forums/index.php?topic=125713.0 Quote Link to comment https://forums.phpfreaks.com/topic/59893-solved-description-field/#findComment-297993 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.