Hello!
I use a query string, for example test.php?var=1.
How can i check if user type anything after that, like another string...
I try to redirect to index.php if any other string (querystring) follow "var" query string.
POssible to check this?
For example:
test.php?var=12134 (This is a good link..) test.php?a=23&var=123 (this is a bad link, redirect to index..) test.php?var=123132&a=23 (this is a bad link, redirect to index..)