TOP rank in page

04/03/2021 10:44 suzztope#1
Hello guys,

Can you help me with a code for TOP RANK, my code dont work, i cant see the top players . Thank you guys, :beer:
04/03/2021 16:30 bashondegek#2
Quote:
Originally Posted by suzztope View Post
Hello guys,

Can you help me with a code for TOP RANK, my code dont work, i cant see the top players . Thank you guys, :beer:
:o share your code, so we can help you, we don't know anything now.
Server version for example, source you are using?
04/03/2021 19:27 suzztope#3
Hi, this is the code

Code:
   <? include 'inc/head.php'; ?>
<!-- Start Pages -->

	<head></head>
                <title><? echo $web['Website'];  ?> |  [ Top Conquerpoints ] </title>
    </head>
    <section class="general-setting mt-5 mb-5">
		<div class="container">
			<div class="row text-center">
				<div class="col-md-12 m-auto">
                    <!-- Start ServerInfo -->
					<div class="box-form serverInfo">
						<div class="title">
							<h1><i class="fa fa-user-secret fa-fw"></i> TOP Conquerpoints <i style="margin:0px 0px 0px 150px;" id="updatecps" title="update rank" class="fa fa-sync-alt"> Update Rank</i></h1>
						</div>
						<div class="body-form body-table">
                          <div  id="display_item" ></div>
						</div>
					</div>
					<!-- End ServerInfo -->
				</div>
			</div>
		</div>
	</section>

<!-- End Pages -->


   <? include 'inc/foot.php'; ?>
is 5017 mixed with 5033

Quote:
Originally Posted by bashondegek View Post
:o share your code, so we can help you, we don't know anything now.
Server version for example, source you are using?
i write you
04/04/2021 00:36 bashondegek#4
Quote:
Originally Posted by suzztope View Post
Hi, this is the code

Code:
   <? include 'inc/head.php'; ?>
<!-- Start Pages -->

	<head></head>
                <title><? echo $web['Website'];  ?> |  [ Top Conquerpoints ] </title>
    </head>
    <section class="general-setting mt-5 mb-5">
		<div class="container">
			<div class="row text-center">
				<div class="col-md-12 m-auto">
                    <!-- Start ServerInfo -->
					<div class="box-form serverInfo">
						<div class="title">
							<h1><i class="fa fa-user-secret fa-fw"></i> TOP Conquerpoints <i style="margin:0px 0px 0px 150px;" id="updatecps" title="update rank" class="fa fa-sync-alt"> Update Rank</i></h1>
						</div>
						<div class="body-form body-table">
                          <div  id="display_item" ></div>
						</div>
					</div>
					<!-- End ServerInfo -->
				</div>
			</div>
		</div>
	</section>

<!-- End Pages -->


   <? include 'inc/foot.php'; ?>
is 5017 mixed with 5033



i write you
I answered you already in PM but there is alot wrong with this piece of code already.

Head tags in a head tag..
there isn’t even PHP in side the HTML to get the data from your database, so this won’t do anything but show some layout pieces.

I suggest you to first learn the basics of HTML, then go on with the basics of PHP and MySQL.

That should be enough to create some sort of ranking page.

If you understand a bit more of everything, pick a PHP framework like Laravel, it will make life easier.