<?php header('Content-Type: text/plain; charset=UTF-8'); echo " variables GET ============================================================== "; print_r($_GET); echo " variables POST ============================================================== "; print_r($_POST); echo " variables serveur ============================================================== "; print_r($_SERVER);