/    Sign up×
Community /Pin to ProfileBookmark

How To create Page Paginatin in This Code? (php and mysqli )(function method php)

[code=html]
<?php
include(“includes/db.php”);
include(“functions/function.php”);
session_start();
?>

<html>
<head>
<link rel=”shortcut icon” href=”images/favicon.jpg”/>
<meta http-equiv=”content-type” content=”text/html; charset=utf-8″>
<title></title>

<link rel=”stylesheet” href=”css/style.css” media=”all”/>

</head>
<body>
<div class=”container”>

<!—————————Hader Start Here———————————————————————->
<div class=”head”>
<a href=”index.php”>
<img id=”logo”src=”images/logo.png” /></a>
<div class=”ad_top”>
<?php advertiseTop(); ?>
</div>
</div>
<!——————————-Hader End————————————————————————->

<!—————————————Navigation Bar Start—————————————————–>
<div class=”mainnavbar”>
<div id=”from”>
<form method=”get” action=”results.php” enctype=”multipart/form-data”>
<input type=”text” name=”user_query” placeholder=”Search a “/>
<input type=”submit” name=”search” value=”Search” id=”submit”/>
</form>
</div>
<div class=”navbar”>
<ul id=”manu”>
<li><a href=”index.php”>Home</a></li>
<li><a href=”#”>Popular </a></li>
<li><a href=”#”>Latest </a></li>
<li><a href=”#”>Top Users</a></li>
</ul>
</div>

</div>

<!————————————–Navigation Bar End———————————————————->

<!————————————–Sidebar Left strat———————————————————>
<div class=”sidebar_left”>
<div id=”welu”>
<?php
if(isset($_SESSION[‘user_name’])){

echo “<b>Welcome:</b>” . $_SESSION[‘user_name’] . “<b style=’color:yellow’></b>” ;
}
else{
echo “<b>Welcome Guest:</b>”;

}
?></div>
<div id=”myAcc”>
<div><?php
if(!isset($_SESSION[‘user_name’])){

echo “<a href=’login.php’ style=’color:#20448A;’>Login</a><br><br>”;
echo “<a href=’signup.php’ style=’color:#20448A;’>Signup</a><br>”;

}
else {
echo “<a href=’addsms.php’ style=’color:#20448A;’>Add Sms</a><br><br>”;
echo “<a href=’mysms.php’ style=’color:#20448A;’>My Sms</a><br><br>”;
echo “<a href=’mpro.php’ style=’color:#20448A;’>My Profile</a><br><br>”;
echo “<a href=’logout.php’ style=’color:#20448A;’>Logout</a>”;

}

?>
</div>
</div>
<!——————————————–Categories——————————————————>
<div id=”category”>
<h2 class=”h2″>Categories</h2>
<div>
<ul>
<li class=”catli”>
<?php getCats(); ?>
</li>
</ul>
</div>
<h2 class=”h2″>Advertisements</h2>
</div>
<div class=”ad_laft”>
<?php advertiseLeft(); ?>
</div>
<div><h2 class=”h2″>Find us on Facebook</h2></div>
<div class=”fb_ad”>

</div>
</div>
<!————————————–Sidebar Left End———————————————————–>

<!–facebookPage–>
<!————————————Cantent Area Start———————————————————–>
<div class=”post_bar”>

<?php getSms(); ?>
<?php getCatSms(); ?>
<?php getLanSms(); ?>
<?php getuserSms(); ?>

</div>
<!————————————————————Cantent Area End————————————->

<!————————————-Sidebar Right Start———————————————————>
<div class=”sidebar_right”>

<div class=”s_bar”>&nbsp;Language</div>

<ul>
<li class=”catli”>
<?php getLanguage(); ?>
</li>
</ul>

<div class=”s_bar”>&nbsp;Advertise</div>
<div class=”ad_right”>
<?php advertiseRight(); ?>
</div>
</div>

<!————————————-Sidebar Right End———————————————————->
<div>

<!—————————————–footer Start———————————————————–>
<div class=”footer”></br>
<a href=”index.php”>#</a>
– <a href=”disclaimer.php”>Disclaimer</a>
– <a href=”contact.php”>Contact Us</a>
<br/><br/><small>Copyright &copy; 2014 All Rights Reserved.</small></div>
<!—————————————footer Start————————————————————>

</div>
</body>
</html>
[/code]

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@NogDogDec 23.2014 — Argh! Please learn how to use this site's [url=http://www.webdeveloper.com/forum/misc.php?do=bbcode]BBCode tags[/url] for formatting your code snippets (see the [noparse][code], [code=html], and [code=php][/noparse] tags). Show enough code so we can see where the problem is, but don't swamp us with irrelevant code. For now, all I can suggest is Googling "pagination with PHP and MySQL".
×

Success!

Help @haresh147 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...