Jump to content

While Loop help


Willow

Recommended Posts

Hi, I have this exercise to do and need some help.

This is what I have to do.

Create a HTML script called “loan.html”

Add the correct elements to make a form that looks like “loanApp.jpg” and

sends data to “loan.php”

Create a PHP script called “loan.php”

Using a while loop find out how long it would take to pay off the loan.

*HINT* - The math for finding out how much has been paid off is

$monthly = (VALUE FROM THE TEXT BOX) –

((VALUE OF THE LOAN)*(INTEREST RATE)/100);

 

The loanapp.jpg is below. I can do the loan.html part but Im having trouble with the php. Any help would be great. Thanks.

loanappxq3.jpg

Link to comment
https://forums.phpfreaks.com/topic/41224-while-loop-help/
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.