When I use $string in a regular expression replace, it interprits that as 'the word string at the beginning of a string'. Is there any way I can still use a variable as the match string without that error? Thanks.
PS: Here is my code:
$Return_of_the_thingy = eregi_replace($string, "", $Thingy);