I would like others to explain how to ignore any input from the user that is provided through the URL?
For example; if i have a URL like viewitem.php?id=23
and if the user replaces the id with 34
i want to redirect them to an error page even if that id
is available, can anyone show me how to do that?