Hello
a customer ask me to write this php code in perl...
can someone help me please ?
[CODE=PHP]<?
$login='votre_l ogin';
$passwd='votre_ mot_de_passe';
$domain='votre_ domaine';
$client = new SoapClient('htt ps://url.wsdl',array ('login'=> $login,'passwor d'=> $passwd,'except ions'=>'1'));
$used_quota=$cl ient->getDomUsedQuot a($domain);
print "Le quota consommé est $used_quota <br>";
?>[/CODE]
thanks for all!!!!
a customer ask me to write this php code in perl...
can someone help me please ?
[CODE=PHP]<?
$login='votre_l ogin';
$passwd='votre_ mot_de_passe';
$domain='votre_ domaine';
$client = new SoapClient('htt ps://url.wsdl',array ('login'=> $login,'passwor d'=> $passwd,'except ions'=>'1'));
$used_quota=$cl ient->getDomUsedQuot a($domain);
print "Le quota consommé est $used_quota <br>";
?>[/CODE]
thanks for all!!!!
Comment