I'm receiving an error when running an eregi check against one element of a multi-dim array.
I have the line of code at fault listed below with the exact error message. If I'm missing anything, please smack me with a fish
if (eregi("DB_PART_NUMBER", $changes[$i]['old_value'])){
error:
Warning: eregi_replace(): REG_EPAREN in ... on line 363
Yes, the array is defined properly.
Yes that array element has a value in it.
Any ideas?
Thanks