I was wondering how can I validate a single checkbox using PHP and MySQL.
Here is the HTML.
If isset($_REQUEST['privacy_policy']) returns true, they ticked the box. If not, they didn't.
isset($_REQUEST['privacy_policy'])