Hi, I am trying to check that if the response of the api contains something like
PHP Code:
<error>
<message>No Videos found!</message>
<code>####</code>
</error>
To do a show_error() in codeigniter. I've tried it with preg_match but no success for me. Any help would be greatly appreciated.