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?)
I have a small site with 6 pages.
When viewed in a browser, all pages have the same footer and header.
I'd like to reuse the same code rather than maintain 6 copies if it in 6 different files.
What's the easiest way to do this?
The panel on the left has 6 links, one to each of my pages.
I'd...