Hi, I am trying to add a database using the php xmlapi, but when I exec the script I get a "No Valid Command Given".
I don't find the solution
Here is my code:
I am using that in a shared server.PHP Code:include("xmlapi.php.inc");
$ip = "**.com";
$root_pass = "***";
$account = "***";
$db_name = "test";
$db_user = "***";
$db_user_pass = "***";
$xmlapi = new xmlapi($ip);
$xmlapi->password_auth("***",$root_pass);
$xmlapi->set_port(2083);
$xmlapi->set_debug(1);
print $xmlapi->api1_query($account, "Mysql", "adddb", array($db_name));



LinkBack URL
About LinkBacks
Reply With Quote






