I am very new to both Perl and XML but was wondering how I could write a script which would take data from a web form and add it to an XML file. Basically I just wanna add users to my Filezilla server from a web form. The script needs to take the data from the form, add it to the XML file (in the right place) and then restart filezilla server.exe. Oh and "the right place" in the XML file will change every time so the script will need to find the last </User> tag and add new lines beneath it.
I hope that all makes sense.
So could somebody please advise me how to do this.
Thanks, Chris
I hope that all makes sense.
So could somebody please advise me how to do this.
Thanks, Chris