Error Passing 32 Bit Integer in URL |
PHP Code: $routes->get('event', 'Event::index'); PHP Code: <?php Navigate to http://localhost:8080/event?device=4294967295 I see "4294967295". The values in $_GET are all strings. So you must do something wrong in your code. |
Welcome Guest, Not a member yet? Register Sign In |