使用PHP即时创建子域的简单方法

时间:2013-06-21 13:49:57

标签: php dns subdomain

我想知道如何设置自动&轻PHP为我的数据库中的每个用户创建子域? 这可能吗?

1 个答案:

答案 0 :(得分:0)

你确定可以转到http://vikku.info/programming/php/create-subdomain-dynamically-in-php-code-to-create-subdomains-in-server-using-php.htmhttp://www.phpclasses.org/browse/file/17134.html

只需配置添加子域名,cpanel用户名,cpanel密码,domail name.it等设置即可。

例如

如果您的子域名是test.example.com

create_subdomain( “测试”, “CPANEL_USERNAME”, “CPANEL_PASSWORD”, “example.com”);