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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:35:11+00:00 2026-06-13T07:35:11+00:00

I have a very large HTML table containing 1500 rows (markup produced by PHP).

  • 0

I have a very large HTML table containing 1500 rows (markup produced by PHP). Each row has a 5-element checkbox and one textarea.

Here’s an example row:

<tr id="abc123">
    <td>abc123</td>
    <td valign="top"><input name="v1" value=1 type="checkbox"></td>
    <td valign="top"><input name="v2" value=2 type="checkbox"></td>
    <td valign="top"><input name="v3" value=3 type="checkbox"></td>
    <td valign="top"><input name="v4" value=4 type="checkbox"></td>
    <td valign="top"><input name="v5" value=5 type="checkbox"></td>
    <td valign="top"><textarea name="notes"></textarea></td>
    <td valign="top"><input type="submit" name="submit"></td>
    </tr>

There are more columns but this is the important part.

What would be the best way of setting this up so that the submit button is checked/redrawn every 60 seconds? If the row/form has been submitted, the submit button would need to change to a link.

Would having that many writes occurring all at once lead to horrible performance? Our server can handle it, but I’m more concerned about client capabilities (who are using mid-grade or worse desktop machines).

Other than breaking up the records onto separate pages (client not interested in that), is there a better way of handling this many forms on a single page?

Update
I’m thinking it might make more sense to let users click on the row they want to update, which would then convert only that row to a form. If a row loses focus, I’ll display a confim box so they don’t lose or submit incomplete data.

  • 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-06-13T07:35:11+00:00Added an answer on June 13, 2026 at 7:35 am

    1) Put your entire table between a single form tag pair.

    2) Identify each checkbox or other element with a name tag that looks something like this:

    checkbox_abc123_1  (value=1)
    checkbox_abc123_2  (value=2)
    textbox_abc123 (value=foobar)
    

    3) Add an onClick or onBlur event to each input object. This will be your ajax call. Send the id tag as ‘name’ and the input value as ‘value’. You’ll use these for POST processing.

    4) On your POST page, identify your input element (hint: explode(‘_’,$name);), validate contents, and write to your SQL table.

    You can use your post page to provide an update to a div on each table row announcing to other users that the field is updated. This won’t solve the issue of updating the input objects for other users, however.

    If you need actual code reply back, but this should point you in the right direction.

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

Sidebar

Related Questions

I have a table containing a large number of rows. Each row has 2
I have a table containing a large number of rows. Each row has 2
I have a very large table of over 9 million rows and in my
I have a very large html table that is similar to the following: <table>
I have a very large data file with around 60000 rows. I need to
I have a very large XML file which has like 40000 data, and when
I have a table with a large amount of HTML in it that I
I have very large HTML that, if being parsed into DOM tree, would take
I have a very large string (HTML) and in this HTML there is particular
I have a large report currently rendered as a regular HTML table. I'd like

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.