I know its just a simple function, can't remember or find what it is.
Need to make sure that for example ...
is always ONLY an integer. I've done it but it requires 3 if statements, i'm know i had a (built in) function that worked a while ago but can't remember it.
Thanks
Need to make sure that for example ...
PHP:
$id = $_GET['id']
Thanks