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?