Quote:
Originally Posted by suzztope
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.