Need help with sessions
Moderator: General Moderators
- spamyboy
- Forum Contributor
- Posts: 266
- Joined: Sun Nov 06, 2005 11:29 am
- Location: Lithuania, vilnius
Need help with sessions
Fixed 
Last edited by spamyboy on Sun Jan 21, 2007 6:46 am, edited 3 times in total.
- spamyboy
- Forum Contributor
- Posts: 266
- Joined: Sun Nov 06, 2005 11:29 am
- Location: Lithuania, vilnius
Well there should be 3 types of data listing:
1.) paging, 30 records in one page (1, 2, 3, 4 next >)
2.) 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 ( i mean to use for eg. WHERE title like 'a%' etc.)
3.) categories (simple WHERE category='3')
you can see them active at http://www.games4nothing.com
But I need to join all those three listing types, for e.g. If I selected 3th category and listing letter b
so script should display content from 3th category ("action games") and only list those records that starts b%.
1.) paging, 30 records in one page (1, 2, 3, 4 next >)
2.) 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 ( i mean to use for eg. WHERE title like 'a%' etc.)
3.) categories (simple WHERE category='3')
you can see them active at http://www.games4nothing.com
But I need to join all those three listing types, for e.g. If I selected 3th category and listing letter b
so script should display content from 3th category ("action games") and only list those records that starts b%.