Can I run an exe using PHP?

pnelnik

New member
Can I use php to run an (windows) executable (.exe) on a my web-host?
I would like some results from the exe to be then sent back to the user to appear in the brower.

Right now, every time I call the php function exec(..) it gets ignored.
( this may be becuase it has been set-up in safe mode?)
 
Back
Top