Jump to content

NEED HELP WITH SUMS USING FORMS!!!


krs10_s

Recommended Posts

need to calculate the average speed a cyclist should go based on distance and time. using forms and POST methods, if the person enters say 5 hours and 10 minutes how do i do calculations with these in the other page?? here's the code of the form:

 

<label>Hours</label>

<input type="text" name="hour"size="2"></input>

<label>Minutes</label>

<input type="text" name="minute"size="2"></input>

 

 

is the question clear???

Link to comment
https://forums.phpfreaks.com/topic/145910-need-help-with-sums-using-forms/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.