PDA

View Full Version : setting up DNS through PHP


Desdinova
07-21-2006, 03:41 AM
so I want to make this form which allows a user to register a domain name.

Because pretty much everything is done automatically, I want the DNS to be setup automatically at the same time, so I wont get any DNS errors when the domain is registered.

I think this probably has to be done with the root-user, so that would mean setting a cronjob as the root-user reading stuff from a database and adding the DNS info from there.

What file should I look at for the DNS?