When you use the $_POST variable to collect data, the data is visible to..only youeveryoneselected fewnone
Question
When you use the $_POST variable to collect data, the data is visible to..only youeveryoneselected fewnone
Solution
When you use the $_POST variable to collect data, the data is visible to everyone.
Similar Questions
When you use the $_GET variable to collect data, the data is visible to..only youeveryoneselected fewnone
Which variable is used to collect form data sent with both the GET and POST methods?1.0 Marks$REQUEST$BOTH$_BOTH$_REQUEST
Which variable is used to collect form data sent with both the GET and POST methods?Group of answer choices$BOTH$_BOTH$_REQUEST$REQUEST
How do you access the data sent through the URL with the GET method in PHP?$_GET["var"]$GET["var"]$_GET_VAR["var"]$__GET["var"]
Which option best describes the segment of code below? $new_user = array( "firstname" => $_POST['firstname'], "lastname" => $_POST['lastname'], "email" => $_POST['email'], "age" => $_POST['age'], "location" => $_POST['location'] );Question 15Answera.$new_user is an array that stores data (from the session super global array) as values.b.None of these.c.$new_user is an associative array that stores form data as keys.d.$new_user is a multidimensional array that stores form data as keys.e.$new_user is a multidimensional array that stores form data as values.f.$new_user is an associative array that stores form data as values.
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.