Community discussion forum

how to run .exe file in php?

Tags: php India
  • 2 years ago
    hai all,


    I need to run the exe file which is stored in client machine, how can i execute it from our php code?

    I have used exec(), system(), passthru() and many of things which in program execution part in php manual, But i cant run this exe...

    Can any of you give me a solution for this?.....


    thanks if any advice...









    jayanagi is online now  
  • 2 years ago

    You don't seriously think that'd be possible do you? Wink [;)]

    If it were, it would be a security loophole of monumental proportions. Letting any old web site execute whatever code it likes on a client machine? I don't think so...

  • 2 years ago
    Those functions run executeables on the server side only.  It's not possible to start an arbitrary executeable on the client side. 

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!