کد PHP:
$result= mysql_query("SELECT * FROM news ORDER BY newsid DESC ") or die(mysql_error());
while($data = mysql_fetch_assco($result))
{
print_r($data);
}
کد PHP:
$result= mysql_query("SELECT * FROM news ORDER BY newsid DESC ") or die(mysql_error());
while($data = mysql_fetch_assco($result))
{
print_r($data);
}
در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)