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)) { }
How do i convert this code to php 5.3:
|
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
If you are looking for a fixed text like
That should also do the job. Note that |
|||
|
|