I need a script for my hosting site, I will have various boxes for people to fill in kind of like a form, eg. Webspace (MB) Bandwidth (MB) No. of FTp accounts etc. After each there would be a box where the users enters the amount they want and then presses submit. Lets say a user selects 100Mb of webspace and 100Mb of bandwidth and one ftp account. I need the script to be able to do the following calculations. for each mb of hosting add 1 for each mb of bandwidth add 2 for each ftp account add 50 So the user after pressing submit would see. (100 + 200 + 50 = 350) This would then display the total cost of your hosting is: $3.50. Anyone that can do this?