I want to use commands from the hd-wallet-derive command tool in my website.
For example I run this in Ubuntu terminal and it works fine:
$ ./hd-wallet-derive.php -g --key=xprv9tyUQV64JT5qs3RSTJkXCWKMyUgoQp7F3hA1xzG6ZGu6u6Q9VMNjGr67Lctvy5P8oyaYAL9CAWrUE9i6GoNMKUga5biW6Hx4tws2six3b9c --path=m/1 --cols=all --includeroot --numderive=3
But how can I use this code in my PHP file and get output?
For example if I click on a button in my PHP page, the below command run?