Example of the string which is code:
Code: Select all
query("INSERT INTO " . db_extension() . "keywordPrim (keyword,count) VALUES ('" . $word . "','" . $endCounts[$key] . "')");I have the following search:
Code: Select all
eregi('\db_extension\(\) \. \"([^[]*)\s', $file, $matches);Array ( [0] => db_extension() . "keywordPrim (keyword,count) VALUES ('" . $word . "','" . $endCounts [1] )
I have tried using the hex versions of the blanks space and the ( and either get nothing or the same results. Any help would be greatly appreciated.
Thanks