View Single Post
ישן 04-08-12, 20:26   # 2
Itay
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 564

Itay לא מחובר  

ציטוט:
נכתב במקור על ידי איציק ברבי צפה בהודעה
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
  Reply With Quote