חבר מתקדם
|
ציטוט:
נכתב במקור על ידי איציק ברבי
if(is_numeric($_GET['id'])){
//other checks
}
|
http://php.net/manual/en/function.is-numeric.php
ואני אצטט את הדוגמא..
ציטוט:
'42' is numeric
'1337' is numeric
'1e4' is numeric
'not numeric' is NOT numeric
'Array' is NOT numeric
'9.1' is numeric
|
|