Need help with sessions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
spamyboy
Forum Contributor
Posts: 266
Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius

Need help with sessions

Post by spamyboy »

Fixed :|
Last edited by spamyboy on Sun Jan 21, 2007 6:46 am, edited 3 times in total.
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

spamyboy wrote:Here is what I want to make...
Continue...
User avatar
spamyboy
Forum Contributor
Posts: 266
Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius

Post by spamyboy »

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%.
Post Reply