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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T11:04:44+00:00 2026-06-07T11:04:44+00:00

Structure of my table; VARCHAR username, VARCHAR user_support_message, VARCHAR user_support_topic, VARCHAR admin_support_reply, VARCHAR request_date,

  • 0

Structure of my table;

VARCHAR username,
VARCHAR user_support_message,
VARCHAR user_support_topic,
VARCHAR admin_support_reply,
VARCHAR request_date,
VARCHAR request_time,
BOOL replied,

I have a table where I keep user’s support requests. What I want to do is to get the unanswered support messages from my database (WHERE REPLIED=NO) and represent them in a html page. I’ll try to navigate to each entry, one-by-one and edit them, and save them.

I have no problem while getting the records list with a php script. But I don’t know how to represent them properly in a HTML page.

Maybe there is a tool like representing data’s gathered from databases.

  • 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-07T11:04:46+00:00Added an answer on June 7, 2026 at 11:04 am

    this will list the results

    $result = // mysql query response
    
    echo '<table>';
    
    while($data = mysql_fetch_assoc($result)) {
       echo '<tr>';
    
       foreach($data as $v) {
          echo '<td>'.$v.'</td>';
       }
    
       echo '</tr>';
    }
    
    echo '</table>';
    

    but you may want to take a look at phpmyadmin if you just want to edit db-entries

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

Sidebar

Related Questions

I have a user table structured like this: id MEDIUMINT(7), username VARCHAR(15) Would it
In my MySQL database, I have a table with structure username - varchar insert_time
I have a mysql table structure like that: id int primary key name varchar
My MySQL tables structure is like this. USER int id varchar username FRIEND_LIST int
I have a table structure like the following: table a: id int name varchar
I have this Table structure: Id int not null --PK Title varchar(50) ParentId int
My table structure is: TABLE `licenses` ( `id` int(11) NOT NULL auto_increment, `code` varchar(30)
I have created a table in MSSQL having following structure - **Table Name -
I have a table with the following structure: (table_name, column_name) and for each row
I have a very simple table structure here. Just a list of words related

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.