ok
Direktori : /home/importfo/public_html/importfolio.in/ |
Current File : /home/importfo/public_html/importfolio.in/form1.php |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Add User</title> </head> <body> <h2>Add User</h2> <form action="add_user.php" method="POST"> <label for="name">Name:</label> <input type="text" name="name" required><br><br> <label for="email">Email:</label> <input type="email" name="email" required><br><br> <label for="password">Password:</label> <input type="password" name="password" required><br><br> <button type="submit" name="submit">Add User</button> </form> </body> </html>