| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Closed Join Date: Jul 2006
Posts: 81
![]() | PHP pagination / ordering help etc. I have a browse.php file that shows all the user members. I need it so I have a-b-c-d-e- etc listed at the top and also show 10 users on each page aswell, so basically like the vbulletin memberlist.php file. I need this basically http://195.137.45.236/memberlist.php but just the users alphabetically ordered, if anyone could help it would be great and I'd give all of my NP if I have any. PHP Code: |
| |
| | #2 (permalink) | ||||
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() |
ok going to take a guess.. you need to change PHP Code: PHP Code:
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | ||||
| |
| | THREAD STARTER #3 (permalink) |
| Account Closed Join Date: Jul 2006
Posts: 81
![]() | That lists them in order, thank you. Now I need someone to help me do this. A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z Clicking one of them will show all users that have A at the start of their name. |
| |
| | #4 (permalink) | ||||
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() |
????: NamePros.com http://www.namepros.com/showthread.php?t=214681 ????: NamePros.com http://www.namepros.com/showthread.php?t=214681 ok, on the links (ie A-B-C) add &start=(letter) ie &start=a &start=b in your script just before the $from add in PHP Code: PHP Code: PHP Code:
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | ||||
| |
| | #6 (permalink) | ||||
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() |
PHP Code:
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | ||||
| |
| | THREAD STARTER #7 (permalink) |
| Account Closed Join Date: Jul 2006
Posts: 81
![]() | Fatal error: Call to undefined function: sub_str() in /home/ryan/public_html/browse.php on line 59 Line 59: ????: NamePros.com http://www.namepros.com/showthread.php?t=214681 PHP Code: |
| |
| | #8 (permalink) | ||||
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() |
????: NamePros.com http://www.namepros.com/showthread.php?t=214681 remove the underscore (substr) sorry - very tired here burning the candle on both ends so to speak
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | ||||
| |
| | #13 (permalink) |
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() | sounds like everything is working good good !
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums |
| |