PrepAway - Latest Free Exam Questions & Answers

what is the value of $_POST[‘accept’]?

The following form is loaded in a browser and submitted, with the checkbox activated:
<code>
<form method=”post”>
<input type=”checkbox” name=”accept”>
<form>
</code>

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

PrepAway - Latest Free Exam Questions & Answers

A.
accept

B.
ok

C.
true

D.
on


Leave a Reply

Your email address will not be published. Required fields are marked *