|
".$searchword." ";
eval ('echo "'._NUM_RESULTS.'";');
}
?>
|
| |
0)
{
if($arr)
{
$row_total=count($arr);
$arr = array_slice ($arr,($page-1)*$show,$show);
foreach($arr as $row)
{
?>
|
| ]*>.*?'si", "", $text );
$text = preg_replace( '/]*>([^<]+)<\/a>/is','\2 (\1)', $text );
$text = preg_replace( '//', '', $text);
$text = preg_replace( '/{.+?}/', '', $text);
$text = substr( strip_tags( $text ), 0, 200 );
$text = eregi_replace( "/{$searchword}/i", "\\0", $text);
echo $text; ?> |
|