Jump to content
MakeWebGames

Recommended Posts

Posted

how to bold the pagination list that i click...pls modify this code for those powerful coder

:

 


for($i=1;$i <= $pages;$i++)
{
if($i == $_GET['st'])
{
$stl=($i-1)*20;
print "[b]$i";
}
else
{
$stl=($i-1)*20;
print "[url='messages.php?st=$stl']$i[/url][/b]  ";}
}
Posted

Re: how to bold the pagination list ?

Se Habla Espanol?

Como Estas

Yeah that's all I know...

Explain a bit more please. Then I help. If you did then I'm probably too tired and I'll help tomorrow...

Posted

Re: how to bold the pagination list ?

As stated you are not very clear but I'll give it a stab in the dark. I'm sure it's not what you want but what the hay

 


for($i=1;$i <= $pages;$i++)
{
if($i == $_GET['st'])
{
$stl=($i-1)*20;
print "[b]$i[/b]";
}
else
{
$stl=($i-1)*20;
print "[url='messages.php?st=$stl'][b]$i[/b][/url][/b]  ";}
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...