So i learned php then I stopped using it for a couple months so when I went back to coding in it, I forgot how it connected to X, Javascript, and CSS. All I knew was it is the backend but putting a meaning to the word backend was nonexistent. Also I had to write parser. Over and over again parsing comes up. I don't know why there isn't a universal parser, probably because all the strings out there don't have a single parsing sequence what with all the possible combinations out there. Sigh. But anyway after actually going through the string, I decided to actually try to parse it by that point. My mental block to parsing, such a tedious job in my opinion, was nearly overcome and I had a solution on how to do it. But then a co-worker came up with a brilliant idea, to store two sets of the same data which are stored simultaneously. So I have to figure outh ow to do that, maybe with XML. JSON seems unlikely. There must be a test to make sure the match though. So there won't ever be any confusion. Wish me luck!