HABERLER
$queryH = "Select * from news Where newLang='tr' and newActive='1' Order by newId DESC LIMIT 0,2";
$resultH = @mysql_query($queryH);
$qnH = @mysql_num_rows($resultH);
if( $qnH>0 ){
while($rowH = mysql_fetch_array($resultH, MYSQL_BOTH))
{
?>
}
}?>
|
|