I want to post values of check boxes on booking.php page.
There are many checkboxes on the page but I don\'t know how to post on booking.php page.
booking.php
in normal time, checkboxes return an on/off value.
you can verify it with this code:
'.$_POST['hello'].''); ?>
this will return
off
or
on