How to use php exec() function to open in my OS not in the browser.
I'm using this code :
PHP Code:
<?php
exec('"C:\Program Files (x86)\The KMPlayer\KMPlayer.exe" "C:\Wildlife.wmv"');
?>
what i'm trying is to make kmplayer open this video. but seems like it wants to output it at the browser. how can i make it open kmplayer at my screen?