I had to search for a very long time through eons(ish) of code to find that my code is saying:
Code: Select all
if( $granchildID > $highestID)
{
echo("grandkid advances at id = $grandchildID<br>");
$highestID = $grandchildID;
}
else echo("grandkid of $grandchildID is not higher than $highestID<br>");Now, how can this be, oh wise ones. We use scalar variables, right? Sigh, i just changed the code to add 0 to each variable in the logic test, with the same results.grandkid of 1022 is not higher than 1020
Please help me look smart on this
>Mike[/quote]