> displayed, I want to change the search query so it stands out in the
result
> list. I'm just using...
> ereg_replace($search_query, "<b>$search_query</b>", $row[6]);
> ...at the moment, but it wont match results where the case doesn't match.

Try eregi_replace...

php.net/eregi_replace

--Toby


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to