How to execute a command from php file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peres232323
    New Member
    • Sep 2006
    • 4

    How to execute a command from php file?

    Hi,
    I'm working on Windows XP.
    I need to execute a command (e.g. MyCommand arg1 arg2 arg3)
    how can i execute it from a php file?
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Use PHP exec() or system() commands.

    Ronald :cool:

    Comment

    Working...