Proszę wszystkich o przeanalizowanie kodu, z góry dziekuje za pomoc
<?php <!DOCTYPE html PUBLIC "=//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.3w.org/TR/xhtml1/DTD/xhtml1=transitional.dtd"> <html xmlns="http://www.3w.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html"; charset="iso-8859-2" /> <link rel="stylesheet" href="arkusz.css" /> <title>...</title> <script type="text/javascript" src="fckeditor/fckeditor.js"></script> </head> <body> <font color="#fffff7"> <form action="dane.php" method="post"> <fieldset> <legend>Rejestracja</legend> <p> <input class="txt" type="text" name="nick" id="nick" value="" size="25" tabindex="1" /> <label for="nick">nick</label> </p> <p> <input class="txt" type="text" name="haslo" id="haslo" value="" size="25" tabindex="2" /> <label for="haslo">hasło</label> </p> <p> <input class="txt" type="text" name="potwierdzhasło" id="potwierdzhasło" value="" size="25" tabindex="3" /> <label for="potwierdzhasło">potwierdz hasło</label> </p> <p> <input class="txt" type="text" name="email" id="email" value="" size="25" tabindex="2" /> <label for="email">email</label> </p> <p> <input class="txt" type="text" name="potwierdzemail" id="potwierdzemail" value="" size="25" tabindex="3" /> <label for="potwierdzemail">potwierdz email</label> </p> <script type="text/javascript"> <!- //tworzenie obiektu edytora var oFCKeditor = new FCKeditor( 'FCKeditor1' ); //katalog domowy bibloteki FCKeditor oFCKeditor.BasePath = '/fckeditor/'; //standardowa zawartosc wprowadzana do edytora oFCKeditor.Value = 'domyslna zawartość'; //wysokosc pola textowego oFCKeditor.Height = 300; //generowanie edytora oFCKeditor.create(); //--> </script> <p align="center"> <input type="image" src="images/przycisk1.gif" name="wyslij" value="Wyslij" /></p> </fieldset> </form> </td> </tr> </font> </body> </html> ?>