• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

server application launch from a webpage

Hey guys.

I've got an application that I'd like to be able to launch from a webpage that resides on the web server itself. I'd like to have a execute and close button on a webpage that has the ability to start and stop an executible file on the webserver.

Currently I'm running Win2k3 Ent w/ IIS 6.0 (HTML, PHP and MySQL). The code can be php/javascript/.asp or anything that will work basically 😀

Anyone done this or know how? I'd really appreciate the help!
 
Originally posted by: jonmullen
PHP has a shell command exec(string command, array output, interger return)

I'll have to look into that. Appreciated.

I've seen other webpages done in ASP that launched applications on the server from a web page. Telling me you can do it in Unix doesn't help, I listed the OS I'm using 🙂 i know you guys are trying to be funny, but I'm looking for serious help. Thats why I didnt just post this is offtopic.
 
Back
Top