Need to add "Go to last page" in this pager

I am trying to add "Go to first page" and "Go to last page" in this code. Obviously "Go to first page" isn't an issue, but I am not sure I know how to make it do "Go to last page".


    for($j=$ini;$j<$end;$j++)if(isset($entries[1][$j]))echo str_replace($ovo,$sovim,$entries[1][$j]);
    if($maxp>-1){
        echo '<p>'.strstr($fcontent,'<!--').' <div class="pager"> '; $gap = "";
        for($j=0;$j<$maxp+1;$j++){
            if($j==0||$j==$maxp||($j-$page)*($j-$page)<26){...
Code (markup):
Need to add "Go to last page" in this pager

from PHP http://ift.tt/1U4B3On
via IFTTT
Thanks for your comment
Loading...