PHP Classes

File: indexHandle.php

Recommend this page to a friend!
  Classes of Mostafa Abd-El-Hamid   PHP Cpanel Create Subdomain   indexHandle.php   Download  
File: indexHandle.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Cpanel Create Subdomain
Manage subdomains of a domain using CPanel
Author: By
Last change:
Date: 4 years ago
Size: 296 bytes
 

Contents

Class file image Download
<?php
namespace manondomain;
require
'handle/DomainHandler.php';
DomainHandle::manageSubDomain('subdomain','username','password','topleveldomain','creater');
// domainHandle::manageSubDomain('subdomain','username','password','topleveldomain','deleter'); this can be used to delete the subdomain