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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:03:44+00:00 2026-06-13T06:03:44+00:00

Does anyone see an error in this? I dont get the results printed which

  • 0

Does anyone see an error in this? I dont get the results printed which is expected from the second loop. How ever the second loop headers are printed without an issue.

I’m trying to print data from a SQL database.

  <?php

$con= new mysqli('localhost','root','','regional_data');
if (mysqli_connect_errno()) {exit('Connection failed: '. mysqli_connect_error());}
$result = mysqli_query($con,"SELECT * FROM newchk WHERE dist_chk='$distUsr'");

echo "<table cellpadding='2' class='tablet' cellspacing='0'>";
echo
"<tr>
<th></th>"
."<th>"."Starting Cheque No"."</th>"
."<th>"."Ending Cheque No"."</th>"
."<th>"."Total No of Cheques remaining"."</th>"
."<th>"."Cheque Type"."</th>"
."</tr>";

while ($reca = mysqli_fetch_array($result))
{
echo "<tr>";
echo "<td><input type='checkbox' ></td>";
echo "<td>".trim($reca["sbstart"])."</td>";
echo "<td>".trim($reca["sbend"])."</td>";
echo "<td>".trim($reca["totsb"])."</td>";
echo "<td>SB</td>";
echo "</tr>";
}
echo "</table>";

        echo "<table cellpadding='2' class='tablet' cellspacing='0'>";
        echo
        "<tr>
        <th></th>"
        ."<th>"."Starting Cheque No"."</th>"
        ."<th>"."Ending Cheque No"."</th>"
        ."<th>"."Total No of Cheques remaining"."</th>"
        ."<th>"."Cheque Type"."</th>"
        ."</tr>";
        while ($reca = mysqli_fetch_array($result))
        {
        echo "<tr>";
        echo "<td><input type='checkbox' ></td>";
        echo "<td>".trim($reca["gwstart"])."</td>";
        echo "<td>".trim($reca["gwend"])."</td>";
        echo "<td>".trim($reca["totgw"])."</td>";
        echo "<td>GW</td>";
        echo "</tr>";
        }
        echo "</table>";


$con->close(); 
?>
</div>
  • 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-13T06:03:45+00:00Added an answer on June 13, 2026 at 6:03 am
    while ($reca = mysqli_fetch_array($result))
    

    This fetches all results from the result set. After that the result set is exhausted, which is why the loop ever ends. There are no more results to be fetched from the same result set afterwards.

    Either issue a new query, or save the data into an array which you can loop over again as many times as you want.

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

Sidebar

Related Questions

Does anyone see why this jquery click function would not work? It is not
Does anyone see a problem with this, its not working saying bad file descriptor
Does anyone know why I can't see an HTTP request that results in a
Does anyone know if this is possible? I can't see to find much info
I see nothing documented on this, so does anyone know if it is possible
Has anyone come across this error (see below). It happens when i drag a
IN my form i have this mychoices = User.objects.filter(category__name='city') I get this error User
Does anyone have a good example for common error handling for service calls? I
Does anyone know if there is a way to generate different code in the
Does anyone have a translate function for x/y positions after rotation in javascript? for

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.