View Single Post
Old January 6th, 2007, 03:58 PM   #11 (permalink)
nuguru
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 48
Question

Hello Chuck,

Okay, so I believe that this is correct in making the bid increment to $1.00 across the board regardless of the selling price?

if ( $curprice < 10 ) $curprice += 1.00;
elseif ( $curprice < 50 ) $curprice += 1.00;
elseif ( $curprice < 100 ) $curprice += 1.00;
elseif ( $curprice < 500 ) $curprice += 1.00;
else $curprice += 1.00;

I am just not sure about the last line of code (bolded). Is that correct too?

Also are there any other changes that I will need to make?


Thank You,

Nuguru
WebbinZine.com
nuguru is offline   Reply With Quote