Ciao,ho provato,ma l'errore penso sia nel modo in cui ho messo l'include:
Codice PHP:
echo <<<END
<tr>
<td width="30px">[url="modifica_num.php?id_gioc={$id}"]{$row['numero']}[/url]</td>
<td width="125px">[url="profilo_giocatore.php?id_gioc={$id}"]{$row['nome']}[/url]</td>
<td width="125px">[url="profilo_giocatore.php?id_gioc={$id}"]{$row['cognome']}[/url]</td>
<td width="50px">{$row['ruolo']}</td>
<td width="50px">{$row['età']}</td>
<td width="130px">$costo €</td>
<td width="90px">Salute: {$row['forma_fisica']}</td>
<td width="90px">Morale: {$row['morale']}</td>
<td width="50px">[img]immagini/icone/contratto.png[/img]</img></td>
<td width="50px"> include('verifica_in_vendita.php'); </td>
<td width="50px">[img]immagini/icone/elimina.png[/img]</td>
</tr>
END;
Come si fa per scrivere una riga di codice PHP in echo?