heres the snippet:
Code: Select all
$query2 = "Select left(idMinor,1) from ".$DBprefix." tPartMinor where left(idMinor,1)='$minor' group by idMinor";
$result2 = mysql_query($query2);
while ($dbq2 = mysql_fetch_array($result2)) {
echo("<option value=$dbq2їidMinor]selected>$dbq2їidMinor]</option>\n");
}it canbe selected but i can't see what is that...
why do this happen??
is there any wrong with my code?
how to fix this???