Whats wrong with this php codes?
$result = mysql_query("SELECT p1.tajuk, p1.kategori, p1.subkategori, p1.tarikh, p2.pID, p2.nama FROM masalah AS p1 INNER JOIN kakitangan AS p2 ON p1.pID = p2.pID ORDER BY p1.subkategori;");
The problem is this line --->
while ( $row = mysql_fetch_array($result)) {
|