göreli yollar kullanarak exec komutu ile php dış program çalıştırmak için nasıl?
<?php
exec('program_name ......');
?>
program_name.exe bu php dosyası olarak aynı dizinde yalnızca bu işleri. örneğin
exec('something/program_name ......');
doesnt work if php script is not in the 'something' directory. anybody know how use relative paths in exec command ? thanks