How to create a subdomain via a PHP script a from a client server for WebMaster? (wildcard subdomain?)
<?php
function CreateSubdomain ($SubdomainName) {
// I'm WebMaster...
// Need some codes here to create a subdomain?
// How to do this?
};
CreateSubdomain("NewUser");
?>
<?php
function CreateSubdomain ($SubdomainName) {
// I'm WebMaster...
// Need some codes here to create a subdomain?
// How to do this?
};
CreateSubdomain("NewUser");
?>