Search phrases with web service

0

I need a search filter according to data for an extract. however this data comes from a web service.

echo "<table>";
foreach($resposta->lancamentos->lancto as $info) {
echo   "<tr> 
            <td>$info->descricao</td>
            <td>$info->dt_lancto</td>
            <td>$info->valor</td>
        </tr>";
echo "</table>";

How can you make this system galley? is it possible?

    
asked by anonymous 14.10.2016 / 21:55

0 answers