I have an events program that needs updating. The people that are responsible for updating the program are not computer literate. I want to design an administration panel where the people responisble can update the program and store it in a database.
The problem comes is that the server does not support PHP, nor a MySQL db, so I wanted to do it on my server and include the output with SSI, because that's enabled.
My other options are now using XML or JS feeds.