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? 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. 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
Archived
This topic is now archived and is closed to further replies.