pouncer Posted April 3, 2009 Share Posted April 3, 2009 I'm making a small web app that requires a user to add RSS links into a database. But what field type should I use to store these links? VARCHAR? Quote Link to comment https://forums.phpfreaks.com/topic/152387-what-field-types-to-use-for-my-fields/ Share on other sites More sharing options...
fenway Posted April 3, 2009 Share Posted April 3, 2009 Most URIs are shorter than 255... Quote Link to comment https://forums.phpfreaks.com/topic/152387-what-field-types-to-use-for-my-fields/#findComment-800321 Share on other sites More sharing options...
pouncer Posted April 3, 2009 Author Share Posted April 3, 2009 What does that mean? Is Varchar used for over 255 legnths? Quote Link to comment https://forums.phpfreaks.com/topic/152387-what-field-types-to-use-for-my-fields/#findComment-800693 Share on other sites More sharing options...
fenway Posted April 3, 2009 Share Posted April 3, 2009 What does that mean? Is Varchar used for over 255 legnths? That was the varchar limit until v5. Quote Link to comment https://forums.phpfreaks.com/topic/152387-what-field-types-to-use-for-my-fields/#findComment-800702 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.