ok i want to create a page where i have a few groups of radio buttons and a few groups of check boxes, a computer configurator basically. i'm new to pgp/mysql but i'm sure i can get the result i want which is something like the alienware website.
i have product info in the database...and need to create a page from that. should i generate the page using php and the database or should i manually code the html forms and then try add in the info?
I need to get the product id, product description and price from the database. the script should then be able to total up the prices of the checked selection and display that.
any suggestions...i really don't know where to start.