Computer Science, asked by kasu2978, 10 months ago

How to get the value of form submitted using get method in php?

Answers

Answered by itzBrainlyBoy
0

Answer:

The POST method transfers information via HTTP headers. The information is encoded as described in case of GET method and put into a header called QUERY_STRING. The POST method does not have any restriction on data size to be sent. The POST method can be used to send ASCII as well as binary data.

#⃣#⃣#⃣.......

Answered by Anonymous
0

Answer:

The POST method transfers information via HTTP headers. The information is encoded as described in case of GET method and put into a header called QUERY_STRING. The POST method does not have any restriction on data size to be sent. The POST method can be used to send ASCII as well as binary data.

Similar questions