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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:47:45+00:00 2026-06-11T23:47:45+00:00

I am developing a site where admins can log in and then view the

  • 0

I am developing a site where admins can log in and then view the database tables for various clients registered on the site. These admins should then be able to edit these values on the page that they’re viewing it.

Is there a way that I can implement it so that they can simply click on the value that they want to edit, and then it will automatically update in the database? They shouldn’t be redirected to a different page. It should be similar to phpmyadmin’s inline editing.

I’ve tried to work with Editable Grid, but with very little documentation it is very difficult for me to understand how I can implement it correctly.

  • 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-11T23:47:47+00:00Added an answer on June 11, 2026 at 11:47 pm

    You’ll need to implement an AJAX solution to accomplish this. Mozilla’s documentation has a great overview of how to use this:

    Reference: https://developer.mozilla.org/en-US/docs/AJAX

    Using jQuery, you can send data easily via an $.ajax call:

    $.ajax({
      type: "POST",
      url: "insert_into_database.php",
      data: { name: "Foo", location: "bar" }
    }).done(function( msg ) {
      alert( "Data Saved: " + msg );
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a site that's pretty lightweight on the interface and mostly database driven
I am developing a site where doctors can manage their patients, appointments, etc. A
While developing a site which I can't link to directly, I've found a following
Currently developing this site and I can't pin point as to why there is
I'm developing a public web site in vs2010, can I keep the authentication as
I'm developing a site for someone where users can post problems to a website
I am developing site with WordPress and I'm newbie for WordPress. WP adds <p>
I'm developing web site that loads pages dynamically using the .load function. For example:
I am currently developing a site using ASP.NET MVC 3, I am using Nhibernate.
I'm developing a site which connects with Eway. I trying to make a Rebill

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.