
URL Parameters are sent to php like:
http://www.example.com?param1=true
when you work with URL parameters you should validate them first.

URL Parameters are sent to php like:
http://www.example.com?param1=true
when you work with URL parameters you should validate them first.