0 LIKES LikeUnLike
i try to use exec function to run my batch file but it's not working.. this how i do it?<?phpif(isset($_POST['submit'])){echo exec('csv/export.bat');echo "Done!";} else {// display the form?><form action="" method="post"><input type="submit" name="submit" value="DO IT!"></form><?php}?>anyone know how to run batch files in php? thanks in advance
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.