TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
Advertisement
Associates
Associates
techtuts Darkmindz
CSS Tutorials Tutorialsphere.com - Free Online Tutorials
Boston PHP SurfnLearn
Reply
 
LinkBack Thread Tools Display Modes
Old 02-06-2008, 01:47 PM   #1 (permalink)
The Contributor
Upcoming Programmer 
 
meshi's Avatar
 
Join Date: Oct 2007
Posts: 44
Thanks: 0
meshi is on a distinguished road
Default need help for highlighted keyword search result

this is my function

PHP Code:
function highlight($result,$search)

$keywords split(" ",$search);
for (
$i=0$i<count($keywords ); $i++) {
$replace $keywords[$i];
if (
$replace!='')
$result eregi_replace($keywords[$i],'<span class="z">'.$replace.'</span>'$result);
};  
return 
$result;  

If $result=class is the best classes at z
and $search is=class c z
the output should highlight the class z and c

the problem is it has embedded code in it.say for example
classclass="z"> is the best classclass="z"> and cclass="z">
how would i get rid of that
meshi is offline  
Reply With Quote
Old 02-07-2008, 04:39 PM   #2 (permalink)
The Contributor
 
flyingbuddha's Avatar
 
Join Date: Jan 2008
Location: Birmingham, UK
Posts: 54
Thanks: 10
flyingbuddha is on a distinguished road
Default

Hi meshi,

Perhaps you could reword your question and make it a little clearer, it's a bit confusing at the moment :)

Cheers.
__________________
Pro. Geek
http://www.mikeholloway.co.uk
flyingbuddha is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 12:34 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0