Codice PHP:
$tabelle = array('tab_1''tab_2''tab_3');
foreach (
$tabelle as $k=>$tabella) {
  
do_something($tabella);