cmd_choix.php 220 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <?php /* Commande Mode du curseur */ if(array_key_exists('crms',$_POST)){ $crms=$_POST["crms"]; shell_exec('lxi scpi -a '.$adresse.' "crms '.$crms.'"'); } $crms=shell_exec('lxi scpi -a '.$adresse.' "crms?"'); ?>