Star rating system?

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
Fighterlegend
Forum Newbie
Posts: 2
Joined: Sat Nov 07, 2009 9:32 pm

Star rating system?

Post by Fighterlegend »

Alright, I've been tackling this for a while now..
And I've run out of ideas :/

I want to add a 'save rating' function to this: http://fighterlegend.com/effects/star/st.html

But I just can't do it..

What I want to use the rating system for:
My forums and blog. So users can rate other users forums.


I came to you guys to help me!
Gadgetmo
Forum Newbie
Posts: 14
Joined: Sun Nov 01, 2009 7:17 am

Re: Star rating system?

Post by Gadgetmo »

Well, you'd probably have to use a giant mysql database. But thats all I know - sorry. 8O
Fighterlegend
Forum Newbie
Posts: 2
Joined: Sat Nov 07, 2009 9:32 pm

Re: Star rating system?

Post by Fighterlegend »

Haha, thanks anyways..

I'll try to get either a XML database, or a mySQL database..

Most likely XML, because it's easiest for me to edit..
I already made a php script to write to a .xml file..
Post Reply