Dimenticavo, questa è l'area dove stampa i div.
Si potrebbe mettere uno script del tipo: se va a buon fine $meta stampa questo div, se c'è errore $ritenta, stampa questo
Codice 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" xml:lang="it" lang="it">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="script.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<title>Scrivimi2</title>
</head>
<body id="scriv2">
<?=$ritenta;?>
<?=$meta;?>
</body>
</html>