Re: [PHP] Division by 0

2010-03-11 Thread Jochem Maas
Op 3/11/10 2:44 PM, Mike Roberts schreef: > I have tried and tried, countless times to be removed from this list... > still when I go to my deleted items I can see that emails leak through. > If there is an administrator who can simply delete me ( simply because I > can not seem to do this correctl

RE: [PHP] Division by 0

2010-03-11 Thread Mike Roberts
/article.aspx?i=70379 -Original Message- From: Gary [mailto:gwp...@ptd.net] Sent: Thursday, March 11, 2010 7:51 AM To: php-general@lists.php.net Subject: Re: [PHP] Division by 0 I love this place, thank you to everyone that posted, I will make changes to make it safer. Thanks again

Re: [PHP] Division by 0

2010-03-11 Thread Gary
I love this place, thank you to everyone that posted, I will make changes to make it safer. Thanks again to everyone. gary "Jochem Maas" wrote in message news:4b98de7e.8020...@iamjochem.com... > Op 3/10/10 11:39 PM, Daniel Egeberg schreef: >> On Wed, Mar 10, 2010 at 23:44, Dmitry Ruban wrot

Re: [PHP] Division by 0

2010-03-11 Thread Jochem Maas
Op 3/10/10 11:39 PM, Daniel Egeberg schreef: > On Wed, Mar 10, 2010 at 23:44, Dmitry Ruban wrote: >> Hi Jochem, >> >> Jochem Maas wrote: >>> >>> Op 3/10/10 6:23 PM, Joseph Thayne schreef: Looks to me like you are closing your form before you put anything in it. Therefore, the loan_

Re: [PHP] Division by 0

2010-03-10 Thread Daniel Egeberg
On Wed, Mar 10, 2010 at 23:44, Dmitry Ruban wrote: > Hi Jochem, > > Jochem Maas wrote: >> >> Op 3/10/10 6:23 PM, Joseph Thayne schreef: >>> >>> Looks to me like you are closing your form before you put anything in >>> it.  Therefore, the loan_amount is not set making the value 0.  Follow >>> the m

Re: [PHP] Division by 0

2010-03-10 Thread Dmitry Ruban
Hi Jochem, Jochem Maas wrote: Op 3/10/10 6:23 PM, Joseph Thayne schreef: Looks to me like you are closing your form before you put anything in it. Therefore, the loan_amount is not set making the value 0. Follow the math, and you are dividing by 1-1. Change this line: to: this is a XS

Re: [PHP] Division by 0

2010-03-10 Thread Daniel Egeberg
On Wed, Mar 10, 2010 at 22:27, Jochem Maas wrote: > Op 3/10/10 6:23 PM, Joseph Thayne schreef: >> Looks to me like you are closing your form before you put anything in >> it.  Therefore, the loan_amount is not set making the value 0.  Follow >> the math, and you are dividing by 1-1. >> >> Change t

Re: [PHP] Division by 0

2010-03-10 Thread Gary
Joseph My apologise for not writing sooner to thank you, you were of course correct. Thanks again. Gary "Joseph Thayne" wrote in message news:4b97e3a2.2030...@thaynefam.org... > Looks to me like you are closing your form before you put anything in it. > Therefore, the loan_amount is not set

Re: [PHP] Division by 0

2010-03-10 Thread Jochem Maas
Op 3/10/10 6:23 PM, Joseph Thayne schreef: > Looks to me like you are closing your form before you put anything in > it. Therefore, the loan_amount is not set making the value 0. Follow > the math, and you are dividing by 1-1. > > Change this line: > > > > to: > > this is a XSS waiting to

Re: [PHP] Division by 0

2010-03-10 Thread Joseph Thayne
Looks to me like you are closing your form before you put anything in it. Therefore, the loan_amount is not set making the value 0. Follow the math, and you are dividing by 1-1. Change this line: to: and you should be good to go. Joseph Gary wrote: I have a mortgage amortization scrip