Basic bare bones framework to get you started on a web application using php and mysql.
Below are some basic steps to get your basic app up and running:
- Donwload basicapp files
- Copy to web directory on your web server or environment
- In mysql, create database basic
- Import basic.sql to basic (code coming soon)
- Test database connection, domainname/test.php
- In browser go to domainname