<?php. 2. if ($_SERVER['REQUEST_METHOD'] == 'POST') {. 3. var_dump($_POST);. 4. header("Location:accueil.php");. 5. exit();. 6. } 7 ?> 8. <form action='' ...
確定! 回上一頁