paint-estimate.html algorithm: Prompt for lenght Get Length Prompt for width Get width Prompt for hight Get hight submit length, width, hight, to paint-estimate.php. END paint-estimate.php algorithm: Recive lenght,width,hight,to paint-estimate.php areaLog = lenght * height areawide = width * height areaCeiling = lenght * width areatotal = arealong + arelong + arewide + areawide + areacelling = 860 paintcoverage = paintcoerage * 17.00 labortime = areatotal / 200 laborcost = laborcost * 25.00 total = paintcoverage + paintcost + laborcost display total END