php

how to run .exe files in php?
how to run other files in php?

You can use any of these functions to execute .exe files on server side:

[b]exec()
system()
passthru()

[/b]

Sponsor our Newsletter | Privacy Policy | Terms of Service