post checkbox value

前端 未结 4 1187
无人共我
无人共我 2020-12-08 04:19

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.

4条回答
  •  温柔的废话
    2020-12-08 05:17

    There are many links that lets you know how to handle post values from checkboxes in php. Look at this link: http://www.html-form-guide.com/php-form/php-form-checkbox.html

    Single check box

    HTML code:

    Do you need wheelchair access?

    PHP Code:

    
    

    Check box group

    Which buildings do you want access to?
    Acorn Building
    Brown Hall
    Carnegie Complex
    Drake Commons
    Elliot House /form>

提交回复
热议问题