Old notepad application I made as thesis for vocational school and now I thought I should take it as refactoring project...
Things to do:
- Fix bugs that came with php version update ** Replace mysql with mysqli ** Reduce globals
- Fix sql injections ** And validate userdata
- Create more advantaged database structure
- Change it more like OO ** Get some MVC-structure