01-20-2017, 06:43 AM
Nope, no dice I'm afraid. It is not giving any results.
However...I have dumped the ($matches); and that is showing me this:
<pre></pre>
This looks like it is finding stuff (profile Id's 1, 63 and 88) but its just not displaying it.
However...I have dumped the ($matches); and that is showing me this:
<pre>
Code:
array(3) {
[0]=>
object(stdClass)#7 (1) {
["id"]=>
string(1) "1"
}
[1]=>
object(stdClass)#9 (1) {
["id"]=>
string(2) "63"
}
[2]=>
object(stdClass)#10 (1) {
["id"]=>
string(2) "88"
}
}
This looks like it is finding stuff (profile Id's 1, 63 and 88) but its just not displaying it.