Okay so i have a casperjs script which does a specific task for me then echoes a result back to me.
i normally use the command
Casperjs script.js "variable1" "variable2"
after a few moments it will echo a results saying either
True
or
False
how can i use php on my server instead of using the command line i would like the php script to execute the command above and then echo the result back to me on my php page