$value) { $options .= ''; } if ($_SERVER["REQUEST_METHOD"] == "POST") { $ffplay = 'cvlc --play-and-exit -L --no-video-title-show -f "'. $_POST["ch_select"] .'"'; $file = fopen("/var/www/html/play.sh", "w"); fwrite($file, $ffplay); fclose($file); shell_exec("/var/www/html/restart.sh"); } ?>