hello buddies, hru
I have a car loan calculator script that works fine on PHP Version 4.4.1 on FreeBSD. I just got an email from someone using the script saying it doesn't work on PHP 5.1.4 on Linux or Windows. Here is the script:
<form action=
PHP Code:
<?php echo $_SERVER["PHP_SELF"] ."#auto_loan" ?>
>
</td><td>
<br>
Vehicle Price : <input size=10 name="loan_amount" type="text"><br>
Trade In Amount : <input size=10 name="tradein" type="text"><br>
Interest Rate : <input size=2 name="interest" type="text"><br>
Years to Pay : <input size=2 name="years" type="text"><br>
PHP Code:
<?
if (isset($calculate))
{
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --