Subversion Repositories Applications.framework

Rev

Blame | Last modification | View Log | RSS feed

<?php

/* 
 * To change this license header, choose License Headers in Project Pro
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

echo "</br>coucou j'envoie des trucs !</br>";
echo "</br>Méthode : " . $_SERVER['REQUEST_METHOD'] . '</br>';
echo "</br>La chaine postée :</br>";
echo "<pre>";
var_dump($_POST);
echo "</pre>";
echo "</br>Mes entêtes : </br>";
echo "<pre>";
var_dump(apache_request_headers());
echo "</pre>";