Hi,
I'm wondering how I can display the results of a multi-keyword search of article text in a MySQL databse so that only partial article text (perhaps 5 words on either side of the keyword) is displayed instead of the entire article text column. This is how google.com does it (bolds the keyword and shows text to either side of the keyword).
I'm using explode to create an array of the keywords, but I could use fulltext if that helps.
I am a total PHP and MySQL newbie, but I was wondering if there's some function that does this, or a good tutorial on how to do it.
Thanks for the help,
Misha