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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:59:02+00:00 2026-06-01T21:59:02+00:00

I looked into many, many guides into how to make numbered navigation links after

  • 0

I looked into many, many guides into how to make numbered navigation links after results exceed, let’s say 25 results, so the url bar would have a similar url ./index.php?page=3, and couldn’t find something easy to implement according to my code:

        <body>
    <div id = 'scoreboardcontainer'>
<?php
    $ranking = mysql_query("SELECT username, points\n"
    . "FROM sector0_players\n"
    . "WHERE points = (SELECT MAX(points) FROM sector0_players WHERE points< (SELECT MAX(points) FROM sector0_players WHERE points <(SELECT MAX(points) FROM sector0_players)))");
?>
            <ul>
                <li><a href="#scoreboard" title = "Point scoreboards">Scoreboards</a></li>
                <li><a href="#Tour_boards" title = "Tournament socreboards" class = "tbr">Tournament</a></li>
            </ul>

            <div id="scoreboard">
                <div class = "scoreboardtitles">
                    <div class = "player_score_rankinfl2">Rank</div>
                    <div class = "player_score_usnamefl2">Username</div>
                    <div class = "player_score_charnamefl2">Character</div>
                    <div class = "player_score_pointfl2">Points</div>
                </div>
                <br />
                <hr />
            <?php
    $scoreboardquery = mysql_query("SELECT * FROM sector0_players ORDER BY points DESC");
    while($scoreboard_fetch = mysql_fetch_array($scoreboardquery)){
?>
                <div class="global_container_score_class"> <!--Start generating from here-->
                    <div class = "scoreboard_1l">
                            <div class = "player_rank">1st</div>
                            <div class = "player_name"><a href = "profile.php?id=<?php echo $scoreboard_fetch['id'];?>"><?php echo $scbdname = $scoreboard_fetch['username'];?></a></div>
                    </div>
                    <div class = "scoreboard_2r">
                            <div class = "player_charname"><?php echo $scbddspname = $scoreboard_fetch['displayname'];?></div>
                            <div class = "player_points"><?php echo $scbdpoints = number_format($scoreboard_fetch['points']);?></div>
                    </div>
                    <div class = "clear"></div>
                </div>
                <?php
                }
                ?>
            </div>

I am not experienced in OOP, I know how to program it, but not to modify it to meet my needs. If this case requires OOP I would be grateful if someone would provide me a good start to learning advanced OO.
If not, just type in what I need to achieve (no code is required unless necessary).

  • 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-01T21:59:04+00:00Added an answer on June 1, 2026 at 9:59 pm

    If I understand correctly, you’re talking about pagination – something that doesn’t necessarily require OOP. If you’re interested in learning from scratch, a search for “php pagination” will yield tons of information :]

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

Sidebar

Related Questions

First you should know I have looked into many questions and none of them
Any Solution ? I have looked into many solution but not worked. for example
I've looked into and considered many JavaScript unit tests and testing tools, but have
I looked into the implementation of SHA2 in Python and it looks like it
I recently looked into Prism (aka the Composite Application Library for WPF) and really
I've looked into the API Demos and they have an example of the gallery
I've looked into the DesignOnly attribute, but that doesn't seem to accomplish what I
I've looked into some questions here where the best programming books are listed and
When I looked into the implementation of java.util.UUID.fromString , I found that it doesn't
So I looked into this enum type, and it kind of seems like a

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.