ok i'm at a total loss, it's still not working
PHP Code:
$rated = $DB_site->query_first("
SELECT rate
FROM project_rate
WHERE projectid = $projectid AND userid = $bbuserinfo[userid]
");
eval("\$rate = \"" . fetch_template(isset($rated) ? "projects_rate_show" : "projects_rate") . "\";");
that's the block of code, i'm a total loss as to why it work work, i can only think that maybe i'm selecting the data from the database wrong?