Monday, 28 July 2014

Use php to echo xml calender markup



this will be quite difficult to explain, but I'll try. I want to write php code to echo out xml. The xml will basically be the table for the current month. The problem is, that we didn't implement lists and stuff like that in our xml. We are working with graphic areas and text areas only.


I just need the start thought, on how to get this going. The calender looks like this: http://ift.tt/1lNeMT2


etc. So I need the data of php of the previous month (when it ended) and the data of the next month to display it in the current month aswell. Then I want to just type in lets say "2015" and he displays the xml code for january-december.


The xml part is easy but will need pretty long time. Though I cant figure out on where to get started with the php part.


Any suggestions?


No comments:

Post a Comment