Hi all,
I have the following code:
$gettotal = "<span class='totalpages'>";
$fine = preg_match("/^<span class='totalpages'>/", $gettotal, $matches);
When I print out the contents of the array though, it appears empty. Does anyone know why?
Thanks,
Mike