I wanna knw hw to add a option of quiz ponts lyk posts in the profie of the users
In a chat site script
In a chat site script
$row_profiles=mysql_fetch_array(mysql_query("select * from ibwf_users where id='".getuid_sid($sid)."'"));
$row_quiz=mysql_fetch_array(mysql_query("select * from ibwf_quiz"));
$score=explode("/",$row_profiles["quiz_score"]);
$score=$score[0]+$score[1]+$score[2];
$quiz_easy=$row_profiles["quiz_easy"];
$quiz_medium=$row_profiles["quiz_medium"];
$quiz_hard=$row_profiles["quiz_hard"];
echo "[b]Quiz score:[/b] $score
";

Comment