highvoltz Posted May 18, 2006 Share Posted May 18, 2006 Hey guys, Having a ton of trouble getting apache/php to run system commands on a windows XP machine. PHP works fine, I used the downloads from this website for the install / dlls. The problem is, I'm trying to develop a front end that uses AJAX/Javascript to run system commands to applications such as winamp, so forth. I'm not sure if the problem is permissions or what. I've tried millions of combinations that I've read about, but no go. It may be the way I need to run apps on Windows?The script will just execute with no problem, no errors, however the app will not show. if someone could show me how to run say windows calculator (calc.exe in system32) where it runs and opens on the screen that would be great. I've spent many hours getting no where.. help!! BTW, I went to apache because I had the same problem with IIS... Thanks! Tom Link to comment https://forums.phpfreaks.com/topic/9929-help-cant-execute-system-commands-on-windows-xp-with-php/ Share on other sites More sharing options...
wildteen88 Posted May 18, 2006 Share Posted May 18, 2006 Are you planning on running the script you are devloping in a live envrionment, eg host it on the internet. If so then your script wont actually launch any appas from the users computer but it will from the server as PHP is server side. Or is this just for for personal use on just your PC? Link to comment https://forums.phpfreaks.com/topic/9929-help-cant-execute-system-commands-on-windows-xp-with-php/#findComment-36901 Share on other sites More sharing options...
highvoltz Posted May 18, 2006 Author Share Posted May 18, 2006 personal use... I'm making a front end, almost like a desktop for a home computer.. Link to comment https://forums.phpfreaks.com/topic/9929-help-cant-execute-system-commands-on-windows-xp-with-php/#findComment-36903 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.