Ryan
Ryan

Reputation: 1

Create dns zone records with php

I want to create a site like .co.cc but you.mydomain.net. I can't seem to make it work. I would ideally like to make a CNAME (and an MX record) when a user submits a form with the desired CNAME (I will tell them how to do that) and the sub domain they want.

Thanks in advance for any help

Upvotes: 0

Views: 1688

Answers (1)

AlfaTeK
AlfaTeK

Reputation: 7765

Not sure what you really want but check this: http://mysql-bind.sourceforge.net/

Upvotes: 3

Related Questions