Tidying search results from database php
When my users search for content on my website I echo $title, $content where like $keyword The search function implemented works correctly but, because each content field in my database contains quite a few paragraphs of text it makes it hard for users to read when the results are displayed on the page. I would like the user to search for the keyword entered and then in the results displayed, chop the text some number of letters before and after the keyword and highlight it? I have read that strpos and strstr should do it. So my question is.... With the following code: <?php foreach (