I have a script php that creates a subdomain with plesk, when I execute this one with the term, it works well, my subdomain is created and no error appears. But my problem is when I submit my Html form I have a first script that call my "plesk script" by
system("php plesk.php");
but the...