Robię formularz
który po załadowaniu strony nie wyświetla się i tutaj moje pytanie, co jest nie tak ?!
Dodam tylko że formularz ten jest w pliku index.php

Pozdrawiam.
który po załadowaniu strony nie wyświetla się i tutaj moje pytanie, co jest nie tak ?!
<?php <form action="includes/register.php" method="POST" ><br> Login: <input type="text" name="login" value="Login" ><br> Hasło: <input type="password" name="haslo1"><br> Powtórz hasło: <input type="password" name="haslo2"><br> Email: <input type="text" name="email"><br> <input type="submit" value="OK" name="ok" > </form> </p>'; ?>
<?php <form action="includes/register.php" method="POST" ><br> Login: <input type="text" name="login" value="Login" ><br> Hasło: <input type="password" name="haslo1"><br> Powtórz hasło: <input type="password" name="haslo2"><br> Email: <input type="text" name="email"><br> <input type="submit" value="OK" name="ok" > </form> </p>'; ?>