Jump to content

Recommended Posts

I have a registration and login option available on my site using php and mysql.  When the username and password is authenticated I want it to open an app for the client and the app is dependent upon authentication from the website.  I have seen a lot of diiferent forums but nothing really solid or up to date.  Does anyone have any clue on how this can be done?

 

fyi - this will be windows based and I am using PHP 5.0

You can't run an application on the client machine using a server side language such as PHP without some sort of extra software to trigger it. Such as client installs a "listener" on their machine and when something is invoked on the server it transmits to a server where the listener is and the listener then processes the information and performs the action. Might be able to do some trickery with sockets too... but natively you cannot pull this off.

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.