Subversion Repositories Applications.framework

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
496 eric 1
<?php
2
 
3
/*
4
 * To change this license header, choose License Headers in Project Pro
5
 * To change this template file, choose Tools | Templates
6
 * and open the template in the editor.
7
 */
8
 
9
echo "</br>coucou j'envoie des trucs !</br>";
10
echo "</br>Méthode : " . $_SERVER['REQUEST_METHOD'] . '</br>';
11
echo "</br>La chaine postée :</br>";
12
echo "<pre>";
13
var_dump($_POST);
14
echo "</pre>";
15
echo "</br>Mes entêtes : </br>";
16
echo "<pre>";
17
var_dump(apache_request_headers());
18
echo "</pre>";