While I'm still writing this particular page, I thought I would post this code to know if it's valid. I will try it when I finish the page.
$instructor_choose = mysql_query("SELECT * FROM Users WHERE (CompanyID='$CompanyID' AND UserLevel='2') OR (CompanyID='$CompanyID' AND UserLevel='3')") or die(mysql_error());
any help would be appreciated.
Thanks,
Johnie Karr