Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他のサービスから php スクリプトを使用して whmcs からクライアントを削除する方法を教えてくれる人はいますか? 何か方法はありますか?前もって感謝します
PHPスクリプト:
$postfields["action"] = "deleteclient"; $postfields["clientid"] = "1";
これは、外部WHMCSAPIを使用して行われます。詳細はこちら。