How to modify domain records from PHP ?

Discussion in 'Programming' started by salsan, Jun 28, 2010.

  1. #1
    I have requirement of modifying domain records using PHP. How to do this ?
     
    salsan, Jun 28, 2010 IP
  2. silv3r.m00n

    silv3r.m00n Active Member

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #2
    Edit the zone files
     
    silv3r.m00n, Jun 30, 2010 IP
  3. salsan

    salsan Active Member

    Messages:
    190
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #3
    I didn't understand. Can you explain in detail ?
     
    salsan, Jul 3, 2010 IP
  4. RobiMac

    RobiMac Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Without full project requirements, it is not so simple to point you in the right direction. However, if your DNS server is on the same host as your PHP script, you can load the zone file into a text area and edit the file, saving the zone file (remembering to increment the serial number) and restart your DNS daemon. This course assumes several things, including that you know what you are doing regarding DNS functionality. If your requirements are different, please list them all and we can assist you further.
     
    RobiMac, Jul 4, 2010 IP
  5. salsan

    salsan Active Member

    Messages:
    190
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #5
    salsan, Jul 5, 2010 IP