J
|
Jane 2/4/2008 |
Hi, global $conn; echo "SELECT FROM _st_course where SubjectId=".$_SESSION['_st_inter_masterkey1']; $result = mysql_query("SELECT FROM _st_course where SubjectId=".$_SESSION['_st_inter_masterkey1'],$conn); $num_rows = mysql_num_rows($result); $values['Course_count'] = $num_rows; return true; |
V
|
vytb author 2/5/2008 |
Hi, try to print your SQL query before executing:
|