PHP exec() function don't work

T

toeh101

Guest
PHP exec() function doesn't work

Hello.
I tried to create new client account using command line interface (client.exe).
It works if I use client.exe directly in command prompt.
But when I use PHP exec() with the same command, it doesn't work.
What's wrong?
How to make it work with PHP exec() ?
Thank you very much.
 
Back
Top