I need to create a simply application that runs in a web browser and stores data in a database. What method would you recommend? It needs to run on several laptops and then I will need to merge the data into a single database later. If each laptop has Apache and PHP installed then I could run the app locally in a browser and save the data to an MySQL database. I was thinking though that perhaps I could use the new HTML 5 database option (MySQLite) though and then all I would need is a browser. Are the MySQLite databases that javascript/HTML 5 produce normal MySQLite?
_______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
