hi,
using dreamweaver it informe me that i have erros in this block of code:
<table width="100%" border="0" background="/img/cab.gif">
<tr>
<td align="center">
<?php include("mostra_distritos.php");?>
</td>
</tr>
<tr>
<td align="center">
<?php include("mostra_categorias.php");?>
</td>
</tr>
</table>
My question is, there is something wrong?!!!
Nelson MB