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? Link to comment https://forums.phpfreaks.com/topic/20001-fantastico-and-points/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.