Welcome Guest, Not a member yet? Register   Sign In
Error Passing 32 Bit Integer in URL
#7

(This post was last modified: 04-05-2024, 06:50 PM by cx3700.)

My code:


PHP Code:
public function index() {

    $device $this->request->getGet('device');

    echo $device;



With 4294967295
https://imgur.com/a/uQnAqbK

With 4294967294
https://imgur.com/a/BcJ7UHk


How do you explain this?
Reply


Messages In This Thread
Error Passing 32 Bit Integer in URL - by cx3700 - 04-04-2024, 09:01 PM
RE: Error Passing 32 Bit Integer in URL - by cx3700 - 04-05-2024, 06:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB