View Single Post
  #1  
Old 08-08-2006, 02:36 PM
gypsy gypsy is offline
Junior Member
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
gypsy is on a distinguished road
Thumbs down works o 4.4.1 but not on 5.1.4

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 --
Reply With Quote
  Webmaster Forums - View Single Post - works o 4.4.1 but not on 5.1.4
View Single Post
  #1  
Old 08-08-2006, 02:36 PM
gypsy gypsy is offline
Junior Member
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
gypsy is on a distinguished road
Thumbs down works o 4.4.1 but not on 5.1.4

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 --
Reply With Quote