Brian Sudu's Search Engine Highlighting
http://suda.co.uk/projects/SEHL/
How we triggered the error...
When you run the script open the file: results.php. You'll need to comment out ob_start and ob_end_flush();.
Secondly you'll want to directly add the following line (in the first instance of PHP after the body element...
Code: Select all
include ("sehl-1.8.3.php");
sehl('some text here winter all');If the library is missing you get the following error message (minus my server's absolute path)...
Line 238 looks like this for anyone who is so smart they don't have to download the script.Fatal error: Call to undefined function mb_strlen() in sehl/sehl-1.8.3.php on line 238
Code: Select all
if (mb_strlen($hl,'iso-8859-1') > mb_strlen($hl,'utf-8')){So what exactly should I ask my server's admin that he will not have to ask me any questions to resolve the issue? Thanks in advance!