Skip to content

Instantly share code, notes, and snippets.

View andrearufo's full-sized avatar
🖖
Live long and prosper

Andrea Rufo andrearufo

🖖
Live long and prosper
View GitHub Profile
@wgh000
wgh000 / province.php
Last active May 18, 2021 15:52
Province Italia - Array PHP
<?php
$province= array(
'AG' => 'Agrigento',
'AL' => 'Alessandria',
'AN' => 'Ancona',
'AO' => 'Aosta',
'AR' => 'Arezzo',
'AP' => 'Ascoli Piceno',
'AT' => 'Asti',
'AV' => 'Avellino',