|
|
|
|
|
 |
|
 |
select_list($sql);
if(count($row)) {
$end_result = '';
foreach($row as $r) {
$result = $r['title'];
$bold = ' ' . $word . '';
$end_result .= ' ' . str_ireplace($word, $bold, $result) . '';
}
echo $end_result;
} else {
echo ' По вашему запросу ничего не найдено';
}
}
?> |
|
 |
|
 |
|
|
|
|
|
|
|
|