Multiple Data in Single Field

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
Crispin_Java
Forum Newbie
Posts: 8
Joined: Thu Feb 05, 2009 2:34 pm

Multiple Data in Single Field

Post by Crispin_Java »

Hi Everyone,
I have recently been working on a rating system for my site, and I need to somehow save a list of the items which users have `rated` so they can`t rate same item more than once. It`s not possible to save arrays in sql, so I was wondering what other ways there may be to do this -
Thanks,
Crispin
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Multiple Data in Single Field

Post by VladSun »

Take a look at this:
viewtopic.php?f=2&t=93550
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply