I have a little trouble putting together regular expressions, I'm trying to work with this code:
<?php
$url = file_get_contents('http://ciagri.iea.sp.gov.br/precosdiarios/');
preg_match_all($expressao, $url, $conteudo);
echo $conteudo;
?&...
asked by
13.01.2015 / 17:48