Search found 5 matches
- Wed Apr 08, 2015 10:48 am
- Forum: PHP - Theory and Design
- Topic: Unique likes
- Replies: 8
- Views: 26025
Re: Unique likes
Can I use simple cookies to store arrays of what sort of posts each visitor liked? Would that help?
- Wed Apr 08, 2015 10:37 am
- Forum: PHP - Theory and Design
- Topic: Unique likes
- Replies: 8
- Views: 26025
Re: Unique likes
I did some googling on the whole subject. I guess it would be smarter to just stick to an IP address. It seems to be either impossible or too much of a hustle for a 9gag site.
- Wed Apr 08, 2015 10:24 am
- Forum: PHP - Theory and Design
- Topic: Unique likes
- Replies: 8
- Views: 26025
Re: Unique likes
Thanks for your answer. Is there some kind of unique machine id, to identify different pcs under the same ip address?
- Tue Apr 07, 2015 4:08 pm
- Forum: PHP - Theory and Design
- Topic: Unique likes
- Replies: 8
- Views: 26025
Re: Unique likes
Sorry, if it's not advanced enough of a question, just didn't know where else to ask
- Tue Apr 07, 2015 4:00 pm
- Forum: PHP - Theory and Design
- Topic: Unique likes
- Replies: 8
- Views: 26025
Unique likes
Looking for a little php help. I am currently developing a page not too different from 9gag. The idea behind it is that each unique visitor has an opportunity to "like" some kind of photo, video, etc. This "liking" thing has to be accessible not only to members, but also to those...