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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T19:10:40+00:00 2026-06-07T19:10:40+00:00

Hi i am fetching the data from mysql data base i want get the

  • 0

Hi i am fetching the data from mysql data base i want get the index of the columns in the table

<?php 
//connects to database 
$con = mysql_connect("locahost","root","");
if (!$con) 
{ 
die('Could not connect: ' . mysql_error()); 
} 

mysql_select_db("appulentoweb", $con); 

//retrieve data from database 
$result = mysql_query("SELECT * FROM questions"); 
?> 

i want get the index of the columns in the table then i will display that data in the screen.

in the table i have 2 columns i’e qno and titile i want display that titles in the output page

Thanks in Advance…

  • 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-07T19:10:42+00:00Added an answer on June 7, 2026 at 7:10 pm

    please try this..

       <?php  
            //connects to database  
            $con = mysql_connect("locahost","root",""); 
            if (!$con)  
            {  
            die('Could not connect: ' . mysql_error());  
            }  
    
            mysql_select_db("appulentoweb", $con);  
    
            //retrieve data from database  
            $result = mysql_query("SELECT * FROM questions"); ?>
    
            <table>
               <tr>
                  <th> Question no</th>
                  <th> Question </th>
               </tr>
            <?php 
            while($row=mysql_fetch_array($result))
            {
             ?>
             <tr>
                <td><?php echo $row['qno'];?></td>
                <td><?php echo $row['question'];?></td></tr>
      <?php } ?>
        </table>
    

    i hope that it is help you….

    if you have nay problem let me know…

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

Sidebar

Related Questions

I am fetching data from MySQL database... I want to check index of each
This is my php script for fetching data from a db. <?php mysql_connect(host,user,pass); mysql_select_db(db);
I can't get nl2br function to work after fetching data from my database: $result
If I am fetching data from a MySQL database and using a while loop
Consider fetching data with SELECT * FROM table WHERE column1='XX' && column2='XX' Mysql will
I am fetching data from MySql database to solr server, my point is can
I'm currently fetching data from a MySQL database using JDBC and executeQuery . One
I have written a script which is fetching data from database. Now I want
I am fetching some data from MySQL which I print into a table. I
I'm fetching a row of data from a mysql-server using php, then encode it

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.