ghettostickers Posted September 7, 2006 Share Posted September 7, 2006 Hey guys, i wanted to know what does fantastico really do? and also with the points thing, if i had a points system for my members, say they have 0 points, and they rate a movie and get 10 points, i guess it would look like[quote]I won't go into the move upload part but when they rate a movie just have it do something like:$pts = mysql_query("SELECT `points` FROM `your_table` WHERE `username` = '$user'") or die(mysql_error());$points = mysql_fetch_array($pts);$newpoints = $points + 10;[/quote]I got that from one person, would i have to make a whole new table for points, like newpoints, poiints, and stuff? Can someone explain? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.