<?php
$stringa = "<fieldset>
<legend>Articolo 1</legend>
<table border=\"0\" width=\"100%\">
<tr>
<td>
<legend>Allineamento titolo </legend></td>
</td>
</tr>
etc... ";
$numerovolte=10;
for($i=0;$i<$numerovolte;$i++){
echo $stringa;
}
?>
<?php
$stringa = "<fieldset>
<legend>Articolo 1</legend>
<table border=\"0\" width=\"100%\">
<tr>
<td>
<legend>Allineamento titolo </legend></td>
</td>
</tr>
etc... ";
$numerovolte=10;
for($i=0;$i<$numerovolte;$i++){
echo $stringa;
}
?>