Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 1
Favorite Tags
php x 1
1 Posted Topic
Try this, I added auto showing -5/+5 page links (change to -10/+10 if like), and also there is a variable to show X number of pages on each side of the current page. Use like: ` echo pagenator($url); ` example of my URL passed in ` echo pagenator('account.php?mode=search&action=display'); ` then …
The End.