Hi
I'm relatively new to PHP and was wondering whether anybody could help me with a script I need to produce.
At present, on our servers, we have a .conf file that stores all the details about the name servers. I need to produce a PHP script that will read this conf file and display it in HTML format. It would also be useful to be able to add/edit/delete records.
Each record is arranged as follows:
zone "xxxxxxxxxxxx" {
type xxxxx; (either master/slave)
file "xxxxyyyy.dns";
};
How would I go about producing a PHP script that would do this?
I would be so grateful if anybody could help me, in anyway.
Best wishes
M BATES