12345678
<?php INCLUDE 'index.php'; $form1 = $_POST['input1']; exec("http://addresstoprogram/program $form1",$output); echo $output; ?>