Page 1 of 1

small project

Posted: Tue Jun 14, 2016 1:03 pm
by mic8310
hi

looking for help with a small project, im new to coding.... i can alter stuff but cannot create from new :(

I have an excel spreadsheet which id like to convert into a website so understand i need to create a couple of sql databases and stuff but no matter how many websites i read, ive only really got a basic grasp of what id need to do.

on the spreadsheet i have 3 rows. lets say its based on 0-60 car speed times.

row 1 - car. row 2 - speed in seconds row. 3 - good to bad

ford 1 - 10 - determined by a stopwatch good
citroen 1 - 10 - determined by a stopwatch ok
toyota 1 - 10 - determined by a stopwatch average


so we select the car, a stopwatch will log the time (in seconds) and that will tell us if its good or not (as pre-set in row 3)

make sense?!

any help appreciated!

Re: small project

Posted: Tue Jun 14, 2016 7:19 pm
by Christopher
I understand how the data is organized in the database table, but please explain the selection process more clearly:
mic8310 wrote:so we select the car, a stopwatch will log the time (in seconds) and that will tell us if its good or not (as pre-set in row 3)