Php/my Sql Web 02.10.08
I have a simple database of my customers in MS access. My customers perform a sporting activity and this database tracks how much time each customer does at the activity, the location of the activity and the coach for the activity duration.
I would like this to be transferred to php and mysql so that this database can be managed on my website. I would like the customers to be able to access the database themselves (with a login) to simply view historic data (when they were active, where, for how long etc – totals etc) and myself and (possibly other) database admins can add and remove new customers, add activity details, etc etc.
I have some awareness of php programming and mysql structure so I’m confident this is not a big task.
I currently have < 20 customers so the database is not large at all, and at most I would expect this database to grow to no more than perhaps 100 customers.