| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Account Closed | 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 | Quote:
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 | |
| |
| | #4 (permalink) | |
| NamePros Regular | Quote:
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 | Quote:
PHP Code:
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | |
| |
| | #8 (permalink) | |
| NamePros Regular | Quote:
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 | sounds like everything is working good good !
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |