I am getting this error message appear when trying to support to a payment gateway:
Message: Function eregi_replace() is deprecated
Message: Function eregi_replace() is deprecated
This is the code its relating to in the payment gateway
$response = eregi_replace ( "[[:space:]]+", " ", $response );
$response = eregi_replace ( "[\n\r]", "", $response );
Any help in solving this error would be great!