Codice PHP:
$tabelle = array('tab_1', 'tab_2', 'tab_3');
foreach ($tabelle as $k=>$tabella) {
do_something($tabella);
}
Codice PHP:
$tabelle = array('tab_1', 'tab_2', 'tab_3');
foreach ($tabelle as $k=>$tabella) {
do_something($tabella);
}
<?php echo ' Emiliano Gabrielli (aka AlberT) ',"\n",
' socio fondatore e membro del direttivo del GrUSP ',"\n",
' AlberT_at_SuperAlberT_it - www.SuperAlberT.it ',"\n",
' IRC: #php,#AES azzurra.com ',"\n",'ICQ: 158591185'; ?>