<!-- register_machine.php -->
<form method="POST" action="register_machine_process.php">
<label for="machine_name">Machine Name:</label>
<input type="text" name="machine_name" required><br>
<input type="submit" value="Register Machine">
</form>