People, don't use ereg_replace for the most simple string replacing operations (replacing constant string with another).
Use str_replace.People, don't use ereg_replace for the most simple string replacing operations (replacing constant string with another).
Use str_replace.