I'm doing a search to return the article numbers, I used:
preg_match_all('/\d+/', $novalinhas, $matches);
$artigo = (int)implode('',$matches[0]);
It's working, however, in some articles it takes more numbers than the article, but it does...
asked by
24.04.2015 / 15:51