Jump to content

fantastico and points...


ghettostickers

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.