How to run/execute exe file in web page using CI |
[eluser]suba[/eluser]
Hi all, I have one exe file like as mathematics application program. I want to run exe file into my webpage? How can I do this?
[eluser]pickupman[/eluser]
I think for security reasons this is not possible,and shouldn't be. Browsers wont' support running a binary file directly in the browser, you don't know if the operating system would support a Windows executable.
[eluser]suba[/eluser]
Thanks for reply, any one got any more answer please!!
[eluser]shiroin[/eluser]
exec() in php might be what you are looking for: http://php.net/manual/en/function.exec.php
|
Welcome Guest, Not a member yet? Register Sign In |