Read an interesting article on the VIP WordPress, which suggests you should not use $GET or $POST. Instead you should use functions built into PHP 5.2+ like filter_input(). Now just have a couple of questions about this: 1) What are people’s thoughts on this? Is this what we should be moving to? 2) So if […]