setting up DNS through PHP

Desdinova

Verified User
Joined
Mar 14, 2006
Messages
56
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?
 
Back
Top