Hello Friends, Here is script to Delete Subdomain dynamically using PHP Script. It will delete sub domain and also delete subdomain director...
Hello Friends,
Here is script to Delete Subdomain dynamically using PHP Script. It will delete sub domain and also delete subdomain directory from your server.
$sub_domain_name => Your Sub Domain Name Only. For e.g. mobile
$cpanel_username => Your Cpanel Username
$cpanel_password => Your Cpanel Password
$main_domain => Main Domain Name. For e.g. www.programmingfacts.com
$cpanel_username => Your Cpanel Username
$cpanel_password => Your Cpanel Password
$main_domain => Main Domain Name. For e.g. www.programmingfacts.com
So at the end, your subdomain http://mobile.programmingfacts.com will be deleted and “mobile” directory will also deleted from server.
No comments:
Post a Comment