Ciao a tutti.. non sono un super esperto ma ho creato un sito per amici che sembra funzionare solo con mozzilla.. quindi tutti quelli ch eusano altri browser hanno problemi a proposito (credo) con questa pagina.. sapete illuminarmi?

<?php
session_start();
require "funzioni.php";
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Language" content="it" />
<meta name="robots" content="index,follow" />
<meta http-equiv="refresh" content="2,scheda.php">
<meta name="revisit-after" content="1 DAYS" />
<meta name="rating" content="general" />
<link rel="stylesheet" type="text/css" href="http://legafontanara.altervista.org/css/cssmain1.css" media="screen" />
<style type="text/css" media="screen">

#msg
{
position: absolute;
left: 5px;
top: 5px;
}

div#wrapper
{
position: relative;
margin: 0 auto;
width: 560px;
}

</style>
</head>
<body>

<?php

$stemma=$_POST["stemma"];
$password=$_POST["password"];
$port1=$_POST["port1"];
$port2=$_POST["port2"];
$port3=$_POST["port3"];
$dif1=$_POST["dif1"];
$dif2=$_POST["dif2"];
$dif3=$_POST["dif3"];
$dif4=$_POST["dif4"];
$dif5=$_POST["dif5"];
$dif6=$_POST["dif6"];
$dif7=$_POST["dif7"];
$dif8=$_POST["dif8"];
$cen1=$_POST["cen1"];
$cen2=$_POST["cen2"];
$cen3=$_POST["cen3"];
$cen4=$_POST["cen4"];
$cen5=$_POST["cen5"];
$cen6=$_POST["cen6"];
$cen7=$_POST["cen7"];
$cen8=$_POST["cen8"];
$att1=$_POST["att1"];
$att2=$_POST["att2"];
$att3=$_POST["att3"];
$att4=$_POST["att4"];
$att5=$_POST["att5"];
$att6=$_POST["att6"];

$query="UPDATE concorrenti SET password='$password', stemma='$stemma', port1='$port1', port2='$port2', port3='$port3', dif1='$dif1', dif2='$dif2', dif3='$dif3', dif4='$dif4', dif5='$dif5', dif6='$dif6', dif7='$dif7', dif8='$dif8', cen1='$cen1', cen2='$cen2', cen3='$cen3', cen4='$cen4', cen5='$cen5', cen6='$cen6', cen7='$cen7', cen8='$cen8', att1='$att1', att2='$att2', att3='$att3', att4='$att4', att5='$att5', att6='$att6' WHERE nome = '".$_SESSION['username']."'" ;
$db->esegui($query);

?>

<div id="wrapper">

<p id="msg">
Salvataggio avvenuto con successo, attendere qualche secondo per il reindirizzamento...
</p>


<?php $db->disconnetti(); ?>
</div>
</body>
</html>