OK consider this url:
example.com/single.php?id=21424
It\'s pretty obvious to you and i that the PHP is going to take the id and run it thr
All depends on the filtering you explicitely (with filter_var() for instance) or implictely (by using prepared statements for instance) use.