PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there some PHP functions that would make life simple in parsing that information? I really don't to start building some super complex parsing algorithm and find out one or two functions could have done it.
(Personally I would to just find where in the Gallery script it is doing this, but that has proven to be impossible.)
Just search all the files for the filename of the the file it is writing too. It will be much easier to make it output something like xml that already has functions written for PHP and solid escaping mechanisms, etc..
While it would be great to change it around, I don't have that option. The script has to parse what Gallery gives me.
Anyway, I knew there had to be something, the data if the file was generated by the PHP serialize function, which can be unserialized then. I just have to get it to do it correctly!