Mini Shell
<?php
include "classes/EditUser.class.php";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>edit</title>
</head>
<body>
<form action="classes/EditUser.class.php" method="post">
<input type="text" value="id" readonly />
<input type="text" value="name" />
<input type="text" value="email" />
<input type="text" value="phone" />
<input type="text" value="birthday" />
<input type="text" value="username" />
<input type="text" value="password" />
</form>
</body>
</html>