File "test.php"
Full Path: /home/analogde/www/XTRAIL/WORKAREA/test.php
File size: 100 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$valeur = $_POST['valeur'];
if($valeur == "tag_allume_led")
{
echo "Ordre reçu";
}
?>