• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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