/....
if($count==1){
//recupero da db l'user, la pass e anche l'Id
//meglio che prenderlo da $_POST
// Register $myusername, $mypassword and redirect to file "http://www.basefull.altervista.org/home.html"
$riga=mysql_fetch_array($result);
$_SESSION['myusername']=$riga['username'];
$_SESSION['mypassword']=$riga['password'];
//e preleviamo anche l'idId
$_SESSION['id']=$riga['Id'];
//....