i want to convert the artist name "eva" to a link, the code converts words like wheneva, how do i make it only convert exact match only..
here is a sample of my code
Code: Select all
$text = eregi_replace('eva', '<a href="Artist/view.php?_id=eva">Eva</a>', $text);