Server IP : 10.111.20.6  /  Your IP : 216.73.217.121
Web Server : Apache
System : Linux webm006.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : edizioni ( 7252)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/edizioni/stampaeweb/../wordpress/../extonymask/../extonymask/ribera2020/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/edizioni/stampaeweb/../wordpress/../extonymask/../extonymask/ribera2020/../ele2022.php
<?php

       $liste = array('Siciliani Liberi', 'Partito Democratico','Cento Passi', 'MPA','Forza Italia','Fratelli Italia','D.C.', 'Lega','Azione','Orgoglio Siculo','De Luca Sindaco di Sicilia','Sicilia Vera','M5S','altre');
       $sic = array('618','28496','6249','13559','23649','30338','14208','13994','3161','3071','32873','6207','26694','3358');

       $agr = array('78','5989','1688','3075','3458','4706','3675','3618','2876','78','3923','159','4116','0');
       $rib = array('7','1097','248','370','388','687','309','686','520','11','610','17','582');
       $seg= array('','1 M. Catanzaro','','-','-','1 G. Savarino','1','1 C. Pullara','','','1','','1','');
            for ($j=0;$j<14;$j++){
                $v_sic += $sic[$j];
                $v_agr += $agr[$j];
                $v_rib += $rib[$j];
            }
       $vt_sic=2249870; // totale votanti SICILIA
       $vt_agr=199308; // totale votanti AGRIGENTO
       $vt_rib=9201; // totale votanti AGRIGENTO
?>
<table style='width:90%;'>
<tr><th style='text-align:right;'>Totale Scrutinati</th><th style='text-align:center'><?php echo number_format($v_sic, 0, ',', '.'); ?></th><th style='text-align:center'><?php echo number_format($v_agr, 0, ',', '.'); ?></th><th style='text-align:center'>#</th></tr>
<tr>
<tr><th style='text-align:right;'>Totale Votanti</th><th style='text-align:center'><?php echo number_format($vt_sic, 0, ',', '.'); ?></th><th style='text-align:center'><?php echo number_format($vt_agr, 0, ',', '.'); ?></th><th style='text-align:center'>#</th></tr>
<tr>
<tr><th style='text-align:center'>LISTE ELEZIONI REGIONALI</th><th style='text-align:center'>Sicilia</th><th style='text-align:center'>Agrigento</th><th style='text-align:center'>SEGGI AG</th></tr>
<tr>
<?php
    for ($i=0; $i<14; $i++){
        $p = $sic[$i]*100/$v_sic;
        $pp = number_format($p, 2,',', '.') ."%";   $flag="#ffffff";
        if ($p>=5) {$tot +=$agr[$i];$flag="#99ffbb";}
        if ($i==13){$flag="#ffffff";}
?>
<tr>
<?php
    echo "<td style=\"font-size:18px; background-color:$flag\">" .$liste[$i]  ."</td>";
?>
<td style="font-size:18px;"><?php echo $sic[$i] ." ($pp)"; ?></td>
<td style="font-size:18px; text-align:right; padding-right:2px;"><?php echo $agr[$i]; ?></td>
<td style="font-size:20px; font-weight:bold;text-align:center; color:red;"><?php echo $seg[$i]; ?></td>
</tr>
<?php
    }
    header("Refresh:60");
?>
</table>
Agrigento: Voti ammessi alla ripartizione dei seggi: <b><?php echo number_format($tot, 0, ',', '.'); ?></b><br>
Agrigento: Quoziente per ottenere un seggio: <b><?php echo number_format($tot/6, 0, ',', '.'); ?></b><br>
Scrutinate Regione: 13.69%<br>
Scrutinate Provincia: 20.58%
<br>