Hallo,
ich will eine GET-Variable auswerten.
Aktuell ich mache ich das nur mit isset(), zusätzlich soll aber noch geprüft werden ob es is_int() auch zutrifft.
Reicht dann evtl. nur die Abfrage is_int() ohne isset()?
Bin etwas verwirrt: "is_int checks that the data type is an integer, but everything in $_GET will be a string. Therefore, it will always return false."
Danke!
ich will eine GET-Variable auswerten.
Aktuell ich mache ich das nur mit isset(), zusätzlich soll aber noch geprüft werden ob es is_int() auch zutrifft.
Reicht dann evtl. nur die Abfrage is_int() ohne isset()?
Bin etwas verwirrt: "is_int checks that the data type is an integer, but everything in $_GET will be a string. Therefore, it will always return false."
Danke!
Kommentar