The following files exists in this folder. Click to view.
add_user.php16 lines UTF-8 Unix (LF)
<?php
include("check_login.php");
?>
<h2>Skapa ny användare</h2>
<form action="save_user.php" method="post">
Användarnamn:<br>
<input type="text" name="username"><br><br>
Lösenord:<br>
<input type="password" name="password"><br><br>
<input type="submit" value="Spara">
</form>