Questa è la pagina in cui il validatore mi da gli errori :
1: <?include("counter.php");?>
2: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4:
5: <html>
6: <body>
7: <?
8: $file=fopen("n.txt","r+");
9: $startsite=fgets($file,20);
10:
11:
12: if($startsite==0)
13: {
14: include("show.php");
15: $startsite=1;
16: fputs($file,$startsite);
17: fclose($file);
18:
19: }
20: else
21: {
22: include("main.php");
23: }
24:
25: ?>
26: </body>
27: </html>
Ecco i seguenti errori :
Line 5, column 5: document type does not allow element "HTML" here (explain...).
<html>
^
Line 6, column 5: document type does not allow element "BODY" here (explain...).
<body>
^
Line 27, column 6: end tag for "HTML" which is not finished (explain...).
</html>
^
Line 27, column 8: "HEAD" not finished but document ended
</ht...
^
Line 27, column 8: "HTML" not finished but document ended
</ht...
Comunque ragazzi...la cosa che non riesco a capire proprio è il fatto che con opera non ci sia verso di visualizzarlo...non ci sono dei casi particolari di cui tenere conto?
Grazie...

Rispondi quotando
