The goal is for one file to open the second file which sends the sms. if i directly start check.php it works but when i try to run it through main.php nothing happens not even an error. suggestions ?
main.php
<?php
$test = fopen("check.php", "r");
echo "test";
?>
check.php
$ping_ex = exec("C:\smssend\SMSUtil /CP COM11 /R \"+37*********\" /M \"test\" ", $ping_result, $pr);