Posted by CrashRoX on 11/18/58 11:42
Here's some confusion for you...
<?PHP
$x = (4653896912 >> 13);
echo $x;
?>
I ran that on two different servers.
Server A gave me: 43814
Server B gave me: 568102
I have been hacking away and researching this for hours. I am
completely clueless. Any suggestions or workarounds? Thanks in advance.
[Back to original message]
|