ECCO QUI IL SORGENTE:
Codice PHP:
<html>
<head>
</head>
<body><title>Calcio & Scommesse</title>
<form method="POST" name="X">
<DIV align="right">Nome Utente:<input type="text" name="Nome utente">Password:<input type="password" name="Password"><input type="submit" value="accedi"><a href="pswdim.html">Password dimenticata?</a> <a href="reg.html">Registrati</a></DIV>
<body bgcolor="gray">
<DIV align="left"><img src="img.jpg"/></DIV>
<?php
$var=mysql_connect("localhost","root","info") or die("Connessione non riuscita: " . mysql_error());
mysql_select_db("tesisc");
$stringa="SELECT nome_nazione FROM nazioni";
$ris=mysql_query($stringa);
while($riga=mysql_fetch_array($ris))
{
<a href="<?= $_riga['nome_nazione'] ?>.php"><?= $_riga['nome_nazione'] ?></a>
}
?>
</FORM>
</BODY>
</HTML>