seco Posted March 31, 2008 Share Posted March 31, 2008 Hi i want to view only number of words from the field not the whole text of the field how? Quote Link to comment https://forums.phpfreaks.com/topic/98791-select-number-of-words-only-from-the-field/ Share on other sites More sharing options...
aschk Posted March 31, 2008 Share Posted March 31, 2008 Parse the text from the field, or use a FULLTEXT MATCH(). The choice is yours. I recommend the latter but you'll need to specify the table as MyISAM (which will destroy any referential integrity) and you'll need to create a FULLTEXT index. Quote Link to comment https://forums.phpfreaks.com/topic/98791-select-number-of-words-only-from-the-field/#findComment-505520 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.