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 7650577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:17:11+00:00 2026-05-31T11:17:11+00:00

I hav created a group of textboxes using a loop and its names are

  • 0

I hav created a group of textboxes using a loop and its names are unique and names are assigned using variable ( like ). Then How can i retrieve the values in that textboxes after a button click with in a loop. Really I cant move from here. Can anyone plz help me..
Part of the my code is given below

$q1="select * from result where s_id=$sid";
$res1=mysql_query($q1,$link) or die($q1);
echo '<form action="editresultprofile.php?sid=$sid">';
while($row1=mysql_fetch_assoc($res1))
    {
    echo '<td><input type="text" name='.$row1['sub_name'].' class="textfield" value='.$row1['result'].'></td>';
    }
    echo '<input type="submit" value="update" ></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-31T11:17:12+00:00Added an answer on May 31, 2026 at 11:17 am

    It is not possible through PHP. You have use javascript to get the values in the textbox at realtime.

    But using php, you have submit the form first, and then only you will get the data on the page its submit the data too. For example as per your question, only editresultprofile.php will be able to get the data values.

    On editresultprofile.php, you can do

    $name = $_POST['thesubname']; //You have to change the name to what is reflected on your case
    

    However, if you use javascript, you can get the values as they were typed, before submitting the form.

    function getValues(){
      var tbox = document.getElementById('yourtextboxid');
      alert(tbox.value);
      return false; //stop the submisison
    }
    

    Attach the function in the onSubmit event of the form.

    <form onsubmit="return getValues()" >
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i hav created a COM component using vs2005 . Now let me know can
hi i hav a code like this in the end i m getting error
If using subsonic, i know you hav to close a datareader. but what if
i have created a multiple choice question .it hav 3 options in a custom
I got a html form which i loop like this: for($i=0;$i<10;$i++){ echo '<input type=text
How can i get the nth row position from table without using limit ?
I have usercontrols which inherit a base class which looks like this: BasePage.cs: using
I hav two stl maps like map<int,int> and i want to compare them.. so
I have created a C++/CLI mixed DLL which I am using from C# Winforms
im a newbie to flash,and i hav got this really weird problem.i have created

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.