Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> MySQL
Author Message
Donovan
Client



Joined: Oct 07, 2003
Posts: 735
Location: Ohio

PostPosted: Wed Sep 10, 2008 7:50 am Reply with quote

I have a page that looks at which students have not yet submitted a Peer Evaluation of their fellow team mates. The issue I am having is it seems I pull the same number of students no matter which course I look at. The match on Course_Year = Class_Year works as I only pull 2nd year students for 2nd year courses. But if I look at other 2nd year courses I pull the same students even though that course has not had any peer evaluations yet.

I pass this to the page and it is accurate.

$Course_Number = intval($_GET['Course_Number']);

But my query is in error somewhere. I am pulling all those students who have not yet submitted a peer evaluation but WHERE c.Course_Number = '$Course_Number' does not seem to be working correctly.


Code:
$getpendingevals = $db->sql_query("SELECT * FROM ".$prefix."_tl_students a

LEFT JOIN ".$prefix."_tl_peereval b ON (a.LDAP_USER = b.rater)
JOIN ".$prefix."_tl_courses c 
WHERE c.Course_Number = '$Course_Number'
AND c.Course_Year = a.Class_Year
AND b.rater IS NULL
ORDER BY a.Name_Last");
 
View user's profile Send private message Visit poster's website ICQ Number
mars
Worker
Worker



Joined: Jul 08, 2006
Posts: 123
Location: Bloomsburg,Pennsylvania

PostPosted: Wed Sep 10, 2008 4:33 pm Reply with quote

Not having the tables and data to go by locally here I would say it is because you are LEFT JOINING on b.rater while looking for that same field to be NULL?

_________________
Visit Our PHPNuke Theme Site 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> MySQL

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©