Jump to content

How to Connect with Windows Application


vpgsan

Recommended Posts

Hi

[/img]

I have a requirement, senario is this PHP is installed with windows server and also another application installed.

 

Online the user will request for a key for that we need to call this application and pass some parameters then get the value from this application show the value to user.

Web user requesting for key --> request sent to server--> server requesting key with another application by passing some values ---> another application returns some values--> the values sent back to the web users.

 

can you please help in step three how can we call another application by passing some values? and get the values from other application.

 

Regards

 

San

 

 

 

[attachment deleted by admin]

Link to comment
Share on other sites

Make sure that you properly escape *all* user input when using any system function. Alternatively,

if the application supports COM, you could use it with less of a security concern. You can find out if the application as a COM layer on your system by going to Administrative Tools->Component Services->COM+ Applications. Using COM is pretty simple and straight forward. However, reflection doesn't work with COM and will cause apache to crash if you try it. I have successfully used it with excel,powerpoint and skype.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.