<?php 
  header
("Content-Type: text/plain; utf/8");
  echo 
"Formulaire soumis avec comme titre ".$_REQUEST['titre'];
?>