Recent content by helpmewithPHP

  1. H

    simple help with exec please

    Hi, I'm using php's exec function to call an executable that I'd like to run. I'm doing it like this: <?php exec("myExe Bob 123");?> and then 'myExe' will run and accept "Bob" and "123" as parameters and this works fine. But what I'd like to do is make the params variables, like this: $name...
Back
Top