0% found this document useful (0 votes)
31 views

Unluck Farm 17

This document discusses form data collection in PHP. It asks which PHP global variable is used to collect form data submitted with the POST method. The correct answer is $_POST, which allows a PHP script to access data sent in an HTML form with the POST method.

Uploaded by

Koch Kent
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Unluck Farm 17

This document discusses form data collection in PHP. It asks which PHP global variable is used to collect form data submitted with the POST method. The correct answer is $_POST, which allows a PHP script to access data sent in an HTML form with the POST method.

Uploaded by

Koch Kent
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Question 

8
Correct
Mark 1.00 out of 1.00

Flag question

Question text
This allows us to collect data from the htm file and display to the php script.

Select one:
a.
&_POST
b.
?_POST
c.
$_POST
d.
%_POST

You might also like