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

  • SEARCH
  • Home
  • 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 6332181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:12:46+00:00 2026-05-24T18:12:46+00:00

I need the value of submit button when form is posted in existing text

  • 0

I need the value of submit button when form is posted in existing text field. and below is the code.

I trying out but it is creating a new text field.

<?php
$var1 = $_POST['hello'];
//below here i am trying out something but not getting in exiting textfield.
//i need the value of submit button ie some value in exiting textfield ie text1
echo "<input type='text' name='text1' value='$var1'>";

?>

<form method="post">
<input type="submit" name="hello" value="some value">
<input type="text" name="text1" value="dskfjls">
</form>
  • 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-24T18:12:46+00:00Added an answer on May 24, 2026 at 6:12 pm

    It would create a new text field, because that’s what you’re echo is doing.

    Just change it do:

    <?php
    $submitbutton = $_POST['hello'];
    $textbox = $_POST['text1'];
    //below here i am trying out something but not getting in exiting textfield.
    //i need the value of submit button ie some value in exiting textfield ie text1
    echo $submitbutton;
    echo $textbox;
    
    ?>
    
    <form method="post">
    <input type="submit" name="hello" value="some value">
    <input type="text" name="text1" value="dskfjls">
    </form>
    

    Edit in reply to comment

    Use this:

    <form method="post">
    <input type="submit" name="hello" value="some value">
    <input type="text" name="text1" value="<?php (isset($_POST['hello'])?$_POST['hello']:null); ?>">
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i need Enumarable value from below class but give error public static Enumerable LoadDataByName(string
I'm creating a set of enum values, but I need each enum value to
I need to create a form for the field: id After entering the value
MSDN docs say that only value types need boxing, but this does not apply
The xmlns attribute in the following code stops me getting the value I need.
When creating a new entity object that has a foreign key value I need
I have a form which has a input textbox and submit button. On submission
I have a form in which the Submit button does not sit within the
I have a form with two submit buttons. based on the button clicked i've
I'd like to have a submit button that submits a different value than is

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.