Hello!
I face a problem when I try to open a user interactive application on serverside using php file.
The scenario is:
When a client clicks a button, that should invoke notepad which should be user interactive on serverside.
But I can execute this notepad only at background process i.e., seen in the Task Manager ->Processes.
Please someone help me to figure out this....
Thank you
Regards,
N. Rathnavathi
Executing a user interactive application on serverside
Moderator: General Moderators
-
rathnaNrao
- Forum Newbie
- Posts: 2
- Joined: Tue Sep 29, 2009 2:57 pm
Re: Executing a user interactive application on serverside
Not a PHP question: it has to do with how your web server is set up to run on the machine.
If it's as a service - likely - then it needs to run in interactive mode. I don't know of any easy way to change that but there's probably something you can set in the registry.
If it's as a service - likely - then it needs to run in interactive mode. I don't know of any easy way to change that but there's probably something you can set in the registry.
-
rathnaNrao
- Forum Newbie
- Posts: 2
- Joined: Tue Sep 29, 2009 2:57 pm
Re: Executing a user interactive application on serverside
I've to execute the notepad on serverside using php. I tried using exec(), system(), passthru() functions to invoke exe on serverside. But they run exes in Task manager.
Thank you
Regards,
N. Rathnavathi
Thank you
Regards,
N. Rathnavathi
Re: Executing a user interactive application on serverside
And you're restating this because...?rathnaNrao wrote:I've to execute the notepad on serverside using php. I tried using exec(), system(), passthru() functions to invoke exe on serverside. But they run exes in Task manager.