Code:<timetable> <day> <name>Monday</name> <subject> <starttime>8</starttime> <endtime>9</endtime> <name>SIT202</name> <type>Prac</type> <room>LT1</room> </subject> </day> </timetable>Looked at about 10 parsers, all of them are super confusing, or just leave me with this array thats about 20 dimensions and I can't figure out how to navigate it properly. Basically just trying to do a Timetable app, 5 days, many subjects to each day.
Does anyone have a really easy parser or link to a parser with some sample code? :/ I noticed PHP has SimpleXML, but it requires PHP 5.![]()




Looked at about 10 parsers, all of them are super confusing, or just leave me with this array thats about 20 dimensions and I can't figure out how to navigate it properly. Basically just trying to do a Timetable app, 5 days, many subjects to each day.
Reply With Quote