Hey guys, I'm workin on a script which uses an ID from the url to fetch something from the DB, and obviously this means possible sql injection. So how would I check if a value is a number?
Oops, didn't google correctly, now I found is_numeric.