I've been writing a PHP script to parse and style the XML file generated by Status2FTP, which I've expanded upon from the
original (top right, the DP is YASS though). But I've just tested it now, and it's not returning anything. It doesn't appear to be seeing the XML file properly. I have a feeling it's because I made a variable for the XML's location and used that for loading the DOMDocument, but I don't know why. The getlastupdate() function, when using the string instead of the variable, can find the file, but when I do the same for the XML loading, it still doesn't show anything.
Thanks