Welcome Guest, Not a member yet? Register   Sign In
How to run/execute exe file in web page using CI
#1

[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?
#2

[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.
#3

[eluser]ram4nd[/eluser]
You can do that, but not with CI.
#4

[eluser]suba[/eluser]
Thanks for reply,

any one got any more answer please!!
#5

[eluser]shiroin[/eluser]
exec() in php might be what you are looking for:
http://php.net/manual/en/function.exec.php
#6

[eluser]danmontgomery[/eluser]
This has bad idea written all over it




Theme © iAndrew 2016 - Forum software by © MyBB