zacząłem się uczyć php,mam jednak problem ze zrobieniem formularza
mój plik index.php :
Kod
<?php
<form action="gora.php" method="GET">
plik: <input type=file name=f0>
e-mail: <input type=text name=f1>
hasło: <input type=password name=f2>
<input type=checkbox name=f3 value=1>Jestem użytkownikiem "Sudety.pl"
<input type=checkbox name=f4 value=1>zgadzam się na przetwarzanie moich danych
<input type=radio name=f5 value="mala">Mała
<input type=radio name=f5 value="duza">Duża
<input type=radio name=f5 value="srednia">Średnia
<input type=submit value="Wyślij">
<input type=reset>
</form>
?>
<form action="gora.php" method="GET">
plik: <input type=file name=f0>
e-mail: <input type=text name=f1>
hasło: <input type=password name=f2>
<input type=checkbox name=f3 value=1>Jestem użytkownikiem "Sudety.pl"
<input type=checkbox name=f4 value=1>zgadzam się na przetwarzanie moich danych
<input type=radio name=f5 value="mala">Mała
<input type=radio name=f5 value="duza">Duża
<input type=radio name=f5 value="srednia">Średnia
<input type=submit value="Wyślij">
<input type=reset>
</form>
?>
ale dostaje error :
Kod
Parse error: syntax error, unexpected '<' in /home/w/h/e/wheel/www/ind.php on line 3
nie rozumie czemu wytyka ten błąd w linii trzeciej,wszystko robię według tutoriala(kursu ze strony
),proszę o radę
