i'm developing a script that allows the users of a site to built their own PC by choosing the components from the table products in the database.
first of all i made a menu in which tje user can choose the platform he wants (Pentium IV (DDR), Pentium IV (RIMM), AMD (DDR), etc...).
then the form page consists in a drop menu for each component and the options of that menu are only the products of that category (disk, graphic card, etc...) for some special components (processor, memory, motherboard) the options are there according to the platform chosen.
then when the form is submited the chosen components are shown for the user verification but in this page i need to show the total value of the computer for those components...
How do i do this?
i can't seem to get this right, maybe the way i made the script doesn't give me much chance to do this and there's a better way for the whole thing.
Thanks in advance.