"; $root_element ="homepage"; error_reporting(0); require '../include/asset.php'; require '../include/Conn.php'; require '../include/config.php'; $xml.=""; $query="SELECT news.ID,news.smalltitle,news.title,news.sData,news.picture,news.picPath FROM news WHERE news.mobilevideo != '' AND mStatus=1 ORDER BY udate DESC LIMIT 35"; $result=mysql_query($query) or die(mysql_error()); while($row=mysql_fetch_assoc($result)){ $sdata=$row['sData']; if($row['link']==1){ $goto=htmlspecialchars($row['links']); $target="target=\"_blank\""; } if($row['link']==0){ $goto="/Article/".$row['ID']; $goto=GenerateLinks ("Article",$row['title'],$row['ID'],true); $target="target=\"_self\""; } $txt="no"; $image=STORAGE."{$row['picPath']}Croped/{$row['picture']}"; $thumb=STORAGE."{$row['picPath']}155x84/{$row['picture']}"; if($row['stnews']==3) {$txt="خبر عاجل"; } if($row['stnews']==2) {$txt="خبر حصري";} if($row['stnews']==1) {$txt="نشر اول";} if($row['stnews']==4) {$txt="بث مباشر";} $arrjson[]=$row; } $xml.=""; response(200,"Results",$arrjson); ?>