Jump to content

if ($_SERVER["REQUEST_METHOD"] == "POST") {


harshpandya

Recommended Posts

It checks whether the page has been called through POST (as opposed to GET, HEAD, etc).When you type a URL in the menu bar, the page is called through GET. However, when you submit a form with method="post" the action page is called with POST.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...