Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6336203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:00:34+00:00 2026-05-24T19:00:34+00:00

HTML: <form name=myform action=process.php method=POST> <input type=hidden name=check_submit value=1 /> <!– …….. –> </form>

  • 0

HTML:

<form name="myform" action="process.php" method="POST">
    <input type="hidden" name="check_submit" value="1" />
    <!-- ........ -->
</form>

PHP:

if (array_key_exists('check_submit', $_POST)) {....}

Why can array_key_exists('check_submit', $_POST) check whether the form was submitted?

I’ve seen isset($_POST['...']) used before, but not this.

if i don’t do this array_key_exists(‘check_submit’, $_POST) decision., what may happen.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:00:35+00:00Added an answer on May 24, 2026 at 7:00 pm

    check_submit is a field in your form, so when you submit the form, that field is available in the POST data.

    PHP places incoming POST-method form data into the $_POST superglobal array, and your code determines whether the check_submit field can be found in that array.

    Indeed, it’s quite similar to isset($_POST['check_submit']), in that it checks whether such an element exists in $_POST. It’s just taking a slightly different approach.


    If you did not submit the form, then of course there is no form data.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

HTML <form id=contact_form action=# name= method=POST> <label for=name>NAME</label> <input type=text name=name id=name class=contact_form_input />
Is something like this possible: <form method=post action=myphp.php name=myname target=another_html/iframe_name>??? I want the php
<form action=/Villa/Add method=post> <table> <tr> <td> Name: </td> <td> <%= Html.TextBox(name) %> <%= Html.ValidationMessage(Name)
function postForm() { $.ajax({ type: POST, data: $(#myForm).serialize(), dataType: json, url: '<%= Url.Action(JSONRequest,Home) %>',
I have an included object's form: <form method=post class=object_form id=event-core-form action={% url save_event_core_data event.id
I have a HTML form with fields such as name, address, notes, etc. I
I'm looking for a way to get the name of the main HTML form
In an HTML form post what are valid characters for creating a multipart boundary?
Consider a page webapp/myPage.xhtml : ... <h:form id=myForm> ... <h:selectOneMenu id=... required=true value=#{myController.aValue}> <f:selectItems
I'm trying to pass a value from a select input control on an HTML

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.