nypthamine Posted January 25, 2008 Share Posted January 25, 2008 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] ";} } Quote Link to comment Share on other sites More sharing options...
Jesse60905 Posted January 30, 2008 Share Posted January 30, 2008 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... Quote Link to comment Share on other sites More sharing options...
UCC Posted January 30, 2008 Share Posted January 30, 2008 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] ";} } Quote Link to comment Share on other sites More sharing options...
nypthamine Posted January 31, 2008 Author Share Posted January 31, 2008 Re: how to bold the pagination list ? i already got it....this topic close..tq Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.