Jazztronik
08-13-2010, 02:48 PM
I've made a web application (PHP on Joomla framework) which deals with a football season and all its games in a calendar.
I built for the backend a form to help the administrators of the web add games to the calendar, but as there are so many games, it's quite a tedious work, so I will opt to create a php which reads all the games in an xml document.
The problem is, what application should I recommend the administrators of the web to use so that they can easily add all the games, then export it to a proper formed xml so that my php script can parse it and store the data in the database at once.
I built for the backend a form to help the administrators of the web add games to the calendar, but as there are so many games, it's quite a tedious work, so I will opt to create a php which reads all the games in an xml document.
The problem is, what application should I recommend the administrators of the web to use so that they can easily add all the games, then export it to a proper formed xml so that my php script can parse it and store the data in the database at once.