Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Point looping


eelixduppy - 7:05 pm on Sep 13, 2012 (gmt 0)


Not sure I understand the whole issue here. Doesn't this work?


$currentPoints = 511;
$threshold = 500;

if($currentPoints > $threshold) {
echo 'Passed threshold';
$threshold += 500; // increase threshold value
}


Thread source:: http://www.webmasterworld.com/php/4494493.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com