In the server-side PHP code to deal with the form data, what is the value of $_POST [‘accept’] ?

Posted by: Pdfprep Category: 200-710 Tags: , ,

The following form is loaded in a browser and submitted, with the checkbox activated:

<form method="post">

<input type="checkbox" name="accept" />

</form>

In the server-side PHP code to deal with the form data, what is the value of $_POST [‘accept’] ?
A . accept
B . ok
C . true
D . on

Answer: D

Leave a Reply

Your email address will not be published.