<?php
$light = $_POST["light"];
$output = shell_exec('bash ../scripts/led.sh '+$light);
echo $output
?>