Willow Posted March 5, 2007 Share Posted March 5, 2007 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. Link to comment https://forums.phpfreaks.com/topic/41224-while-loop-help/ Share on other sites More sharing options...
Willow Posted March 5, 2007 Author Share Posted March 5, 2007 *bump* Link to comment https://forums.phpfreaks.com/topic/41224-while-loop-help/#findComment-199791 Share on other sites More sharing options...
monk.e.boy Posted March 5, 2007 Share Posted March 5, 2007 You've managed 0 lines of code?!? Wow!! Try coding a bit and we'll help debug it. monk.e.boy Link to comment https://forums.phpfreaks.com/topic/41224-while-loop-help/#findComment-199797 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.