Possible Duplicate:
How can I convert ereg expressions to preg in PHP?
How do i convert this code to php 5.3:
if (eregi("VERIFIED",$this->ipn_response)) { }
if (preg_match("/VERIFIED/i",$this->ipn_response)) { }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With