Moj formularz wygląda tak:
Strona z formularzem:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <center> Wypelnij formularz:</center> <form action="obsluga_formularz.php" method="post"> <center> Mezczyzna<input type="radio" /> <input type="radio" />Kobieta </center> <br /> <center> <br /> <center> <br /> <center> <br /> <center> <br /> <center> </form> </body> </html>
Link w razie czego: http://www.evil-designs.6r.pl/test_php/formularz2.php
Strota która się pojawia po wciśnięciu przycisku "wyślij formularz"
<!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-2\" /> <title>Twoja opinia</title> </head> <body> <?php // Listing 3.4 obsluga_formularz.php // Strona ta otrzymuje dane z formularz.php. // Otrzymuje: imie, wiek, email, opinie oraz komentarz. ?> </body> </head>

---
nospor
http://www.evil-designs.6r.pl/test_php/obsluga_formularz.php
Więć czy ktoś mogłby podaj jakiś link do dobrego tutoriala opisujący ten problem lub napisać mały poradnik do tego
