creating a sub-domain with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

creating a sub-domain with php

Post by psychotomus »

is it possible to create a sub-domain using php like subdomain.mydomain.com ??
User avatar
ghurtado
Forum Contributor
Posts: 334
Joined: Wed Jul 23, 2008 12:19 pm

Re: creating a sub-domain with php

Post by ghurtado »

Subdomains are not created with PHP, they are added to your DNS records.
Post Reply