hi there i have been trying to figure out how or if i can complete my first php project.
here is where you can find the current script:
http://216.55.207.148/~sarah/submissionform.php.txt
what i would like to be able to do is to automatically calculate subtotal for shipping, insurance, and service charges for each of the services and then have a grand total calculated as well.
if you want to understand more how each of the calculation are done and what the terminologies mean you can read about them here:
http://www.comicgradinggroup.com/submissionform.pdf
and
http://www.comicgradinggroup.com/cggroupservices.htm
the latter page should give you a very good idea why i need the subtotals (it all has to do with turnaround times and there fore potentially many packages to return at different times.
i have been stuck for a long time now and it is frustrating.
oh yeah i know the code isn't pretty but i really have just started with php.