17.03.2018, 08:21
I did all of them, still doesn't work.
<?php is the first code of my script.
Added the
But now profile.php it shows blank. If I remove profile.php from the action it shows fine (if i enter manually, my problem is that login buton won't send me to profile.php)
<?php is the first code of my script.
Added the
PHP код:
<form action="profile.php" method="post" name="login">
<input type="text" name="username" placeholder="Username" required />
<input type="password" name="password" placeholder="Password" required />
<input type="submit" src="https://i.imgur.com/uVoJ8Kl.png" />
</form>