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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:38:55+00:00 2026-06-16T00:38:55+00:00

I am trying to create a page that displays rpg ranks from a mysql

  • 0

I am trying to create a page that displays rpg ranks from a mysql database on a webpage

i went into the database and organized the data by level, so the person with the highest level is shown first and so on, however the database does not contain a table for ranks

I am trying to do that manually in dreamweaver but I don’t know how, can I create a counter and have it display in the table?

I managed to get the following:
http://slayersgaming.com/rpgranks2.php

<?php
$dbh=mysql_connect("********", "**********", "*********") or die('Cannot connect to the database because: '. mysql_error());
mysql_select_db("C368969_thcrpgCSGO");

$rpgranks_sql = "SELECT * FROM `thc_rpg` ORDER BY `thc_rpg`.`level` DESC LIMIT 0, 30 ";

$rpgranks_query = mysql_query($rpgranks_sql) or die(mysql_error());

$rsrpgranks = mysql_fetch_assoc($rpgranks_query);


?>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>




<p>
<table width="501" height="58" border="0">
  <tr>
    <td width="240"><h2><strong>Name</strong></h2></td>
    <td width="70"><strong>Level</strong></td>
    <td width="70"><strong>XP</strong></td>
    <td width="70"><strong>Credits</strong></td>
    <td width="70"><strong>Rank</strong></td>
  </tr>
</table>
  <?php do{ ?>
<table width="501" height="58" border="0">
  <tr>
    <td width="240"><?php echo $rsrpgranks['name'];?></td>
    <td width="70"><?php echo $rsrpgranks['level'];?></td>
    <td width="70"><?php echo $rsrpgranks['xp'];?></td>
    <td width="70"><?php echo $rsrpgranks['credits'];?></td>
    <td width="70">&nbsp;</td>
  </tr>
</table>
  <?php } while ($rsrpgranks = mysql_fetch_assoc($rpgranks_query)) ?>


</p>
<p>&nbsp;       </p>
</body>
</html>

screen cap here: http://oi47.tinypic.com/21exdfs.jpg

  • 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-16T00:38:55+00:00Added an answer on June 16, 2026 at 12:38 am

    This is actually really easy to do. You just need a counter in your do-while loop like this:

    <?php
    $counter = 1;
    do{
    ?>
    <table width="501" height="58" border="0">
      <tr>
        <td><?php echo $counter; ?></td>
        <td width="240"><?php echo $rsrpgranks['name'];?></td>
        <td width="70"><?php echo $rsrpgranks['level'];?></td>
        <td width="70"><?php echo $rsrpgranks['xp'];?></td>
        <td width="70"><?php echo $rsrpgranks['credits'];?></td>
        <td width="70">&nbsp;</td>
      </tr>
    </table>
    <?php
        $counter++;
    } while ($rsrpgranks = mysql_fetch_assoc($rpgranks_query))
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a control that converts the page it's on into a
I'm trying to create the effect of a button that 'lifts' from the page
I'm trying to create a Custom Part that just drops text into the page.
I am trying to create a page that displays a preview of all the
I am trying to create a page in my WordPress Admin Area that displays
I'm trying to create a page that displays statistics for every player. A sum
I am trying to create a page that displays job information for computing jobs
I'm trying to create a box on the side of a page that displays
I'm trying to create an app that displays an info page once a video
I'm trying to create an app that displays a unique info page after different

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.