I'm hoping to add a custom build section to my website, which allows users to select which components they want and to have a final price displayed. I'd also like it to change a piece of HTML code that controls my "buy it" buttons so that the new up to date price is integrated into the button. However, I'm oblivious as to the best way to go about doing this.
A mate of mine who was doing a Uni course used MS Access to make a database to supply to my company as part of his course. Unsurprisingly, my web host only supports mysql, so I've got a number of options.
1) Convert the database to MySQL - can this be done, and if so how?
2) Start from scratch.
The second option looks more likely, however I'll have to do it all myself, and I need help.
What's the best way of acheving the desired effect. Can it be done using just PHP, or will I have to use a database to do it? Whichever is the easiest to make would be best.
Can anyone offer some guidance, tips or even decent tutorials which will help me do what I want? All I can find at the moment is a guide which tells you how to make a simple address book.
What software will I need to make a database if I take that route? My web host has PHPMyAdmin, so I assume I could use that somehow?
EDIT* I Also have Sokkit set up, as wel as SQLyog.
Please realise that I've got very minimal knowledge on this subject, so it's a rather large undertaking. Consequently, I'll need rather specific tutorials to help me, rather than ones that simply tell me how to create tables, because I have no idea how to utlise this info in the way I want.