![]() |
Adding together with PHP...
Sounds silly, but anyway...
I have 4 fields in the user table, score1,score2,score3 and score4... These store the scores from each stage of a test I make the user's take... Anyway, I want to know how to add the contents of the fields together (also what field types I would need), so that the following will work: Code:
$total = $DB_site->query("SELECT score1,score2,score3,score4 FROM user WHERE userid='$bbuserinfo[userid]'"); Edit: Extra Info - There are 4 questions, each with 4 possible answers, which are assigned a point value from 1 to 4, 4 being the highest and "best" answer, 1 being the lowest and "worst" answer (as such:p) Satan |
why not fetch the scores by user id as you doing, but then have a bit of code like where the id matches the userid add the 4 scores together...
simple maths.. or am i missing something as usual lol or let me guess thast what u wana know try this : PHP Code:
|
I'm not sure what you mean dave:confused:
The script inserts the score from each stage into a seperate field... The script then needs to calculate the total score from those 4 fields, so that the user's usergroupid can be updated based on their score... Satan |
Ok I have the add-up code (which I believe works), but for some reason the fields:
question1 question2 question3 question4 and score1 score2 score3 score4 are not being updated, and are blank:( Satan |
I'm not sure I understand?
PHP Code:
|
Thanks N9ne, but I have the adding up bit;):)
My problem now is that for some reason the database is not being given the values of the variables:( I'll figure it out or die trying:p Thanks for your help though;):) Satan |
So you want score1,score2,score3,score4 fields in the user table to be updated with the new scores?
PHP Code:
|
Maybe I'm completely confused but:
[sql] SELECT score1 + score2 + score3 + score4 AS totalscore FROM user WHERE userid = userid; [/sql] |
I told you how to do this earlier ;). Have the main page
PHP Code:
PHP Code:
- miSt |
Hehe - The counting is no longer the problem...
I now have a problem with this code: Code:
// ############################### start update4 ############################### $question4 = the 4th question $ganswer = one of the answer options $sanswer = another answer option $hanswer = another answer option $ranswer = another answer option $answer = the answer they selected $answer1 = the 1st answer they could have chosen $answer2 = the 2nd answer they could have chosen $answer3 = the 3rd answer they could have chosen $answer4 = the 4th answer they could have chosen Thats pretty much all the explaination I can give - Here is the "question4" code: Code:
// ############################### start *tablename* ############################### *tablename*_q4 Code:
<html> Code:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td> *tablename* = The name of the table Problem I think it is: - "$qid" will not intval, so the"$whichscore" will not work:( Satan |
All times are GMT. The time now is 02:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|