include("sgc/include/verifica_banco.php");
include("sgc/include/funcoes.php");
?>
SEGURADORAS
$sql = mysql_query("SELECT * FROM seguradoras ORDER BY seguradora ASC");
$i = 0;
while($res = mysql_fetch_array($sql)){
if($i == 1){
$zebra = "z";
$i=0;
}else{
$zebra = "";
$i++;
}
?>
} ?>
include("mod/coluna.php");?>