0
How can I use the array $_GET
without giving this problem (Netbeans), since even when I use it in this way gives error:
$var = isset($_GET['variavel'])?filter_var($_GET['variavel'], FILTER_SANITIZE_NUMBER_INT): false;
0
How can I use the array $_GET
without giving this problem (Netbeans), since even when I use it in this way gives error:
$var = isset($_GET['variavel'])?filter_var($_GET['variavel'], FILTER_SANITIZE_NUMBER_INT): false;
Browser other questions tagged php sanitize
You are not signed in. Login or sign up in order to post.
Error or he suggests something?
– rray
It’s just Warning, it’s no mistake. You can use it quietly.
– Lucas de Carvalho
which version of your php?
– user60252
I use version 7
– Anderson Santos
What error/warn occurs?
– Guilherme Nascimento