PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I need to execute a shell script and pass arguments to it. THe arguments are text collected in a php form and stored as variables.
So far I have done this:
I have tested the shellscript and it works fine if executed manually with args, but it is not working from the php script. Am I passing the argumants in the correct manner?