I'm working on what is essentially a phone directory widget. Obviously the widget will need to get it's information from somewhere, and the first thing that comes to mind is a MySQL database.
However as far as I can tell I can't use a PHP file for the widget, it has to be HTML. Does anyone know what I could do to access the database or have a better suggestion for how I could store the data?