[EMAIL PROTECTED] wrote:
I have a WAMP server set up and I am trying to use PHP to open an
application on my server.

I am using a simple system call:
system("notepad.exe");

I checked on the PHP mailing list and was unable to come up with a
solution.
I am running XP Pro. And Apache is able to interact with the desktop as
determined by services.msc.

I am able to run the script and open the application from the command
line. However, when I try to run it through apache, whether it be a SOAP
call, or a web browser, the application will not load.

How would I be able to achieve this result?

--
Brian Stakes
http://www.voipsupply.com
[EMAIL PROTECTED]
800.398.VOIP - Toll Free
716.630.1555 - x3874
716.250.3874 - Direct
291176096 - ICQ
VoIPSupplyBrianS - AIM

Is  << extension=php_w32api.dll >>  uncommented in php.ini?

David

David P. Giragosian, Psy.D.
Database and Software Developer
713-792-7898



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




I'm running PHP 5.1.4. Isn't php_w32api.dll a PHP 4 extension? If so, is there a comparable extension for PHP 5?

--
Brian Stakes
http://www.voipsupply.com
[EMAIL PROTECTED]
800.398.VOIP - Toll Free
716.630.1555 - x3874
716.250.3874 - Direct
291176096 - ICQ
VoIPSupplyBrianS - AIM

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to