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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:50:55+00:00 2026-06-13T03:50:55+00:00

I want an id column generated by php loop and I tried the code

  • 0

I want an id column generated by php loop and I tried the code below.

This code is working but it skips first row. For e.g. if there are 153 rows, it shows only 152 rows because it skips first row and starts numbering from second row.

 $i = 0;
 $result = mssql_query ($sql);
 $cell = mssql_fetch_array($result);
 while ($i <= $cell & $cell = mssql_fetch_array($result))

{
$i = $i + 1;
echo "<tr><td>".$i."</td>";
echo "<td>".$cell[0]."</td>";
echo "<td>".$cell[1]."</td>";
echo "<td>".$cell[2]."</td>";
echo "<td>".$cell[3]."</td>";
echo "<td>".$cell[4]."</td>";
echo "<td>".$cell[5]."</td>";
echo "</tr>";

 }
  • 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-13T03:50:56+00:00Added an answer on June 13, 2026 at 3:50 am
     $i = 0;
     $result = mssql_query ($sql);
     //$record = mssql_fetch_array($result); - you don't need this
     while ($cell = mssql_fetch_array($result)) //you dont need $i <= $cell 
    
    {
    $i++; //$i = $i + 1;
    echo "<tr><td>".$i."</td>";
    echo "<td>".$cell[0]."</td>";
    echo "<td>".$cell[1]."</td>";
    echo "<td>".$cell[2]."</td>";
    echo "<td>".$cell[3]."</td>";
    echo "<td>".$cell[4]."</td>";
    echo "<td>".$cell[5]."</td>";
    echo "</tr>";
    
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to convert a column of numbers to numeric, but there are certain
I use this http://goo.gl/d3vLW code for my project, but it's not working the way
I have a table that's generated by a normal PHP loop. What I want
I want a 2-column ScrollView . In each column, there should be an ImageButton
I have RowDatabound event where I want to change column names like this: Protected
I have a map and I want the first column i.e (*it).first to be
Short What I want to do is, to prepare PHP generated result for print
I'm a php web programmer. I want to know if there are common web
I'm pretty new to PHP, I'm working in WordPress but I don't think that
I have a table whose values are generated dynamically with PHP. Each row in

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.