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
but the script does nothing, my subdomain is not creating. My safe_mode php is turned off, so I ask if someone knows something about it, please help me.
thank you guys !
Code:
system("php plesk.php");
but the script does nothing, my subdomain is not creating. My safe_mode php is turned off, so I ask if someone knows something about it, please help me.
thank you guys !