}//else emil sent
}//if isset sendemail
}
else{
if ($opt == 0) {
print "
أخبار المدن الفلسطينية
";
}
if ($opt == 1) {
print "
أقلام
";
}
if ($opt == 2) {
print "
الصفحة الأولى
";
}
if ($opt == 3) {
print "
الحياة المحلية
";
}
if ($opt == 5) {
print "
منوعات
";
}
if ($opt == 6) {
print "
الحياة الرياضية
";
}
if ($opt == 7) {
print "
الحياة الأقتصادية
";
}
if ($opt == 8) {
print "
ترجمات
";
}
if ($opt == 9) {
print "
الحياة الثقافية
";
}
if ($opt == 11) {
print "
أخبار عاجلة
";
}
$result = mysql_query ("select * from info where id = $id ");
if ($opt == 12) {
print "
الأخبار الرئيسية
";
$result = mysql_query ("select * from mainnews where id = $id ");
}
?>
|
|
print "";
$row = mysql_fetch_array($result);
?>
echo"
";
$subtitle = $row['subtitle'];
$subtitle = nl2br($subtitle);
print "" . $subtitle . " ";
$title = $row['title'];
$title = nl2br($title);
print "" . $title . " ";
$body = $row['body'];
$body = nl2br($body);
if ($opt ==12) print ("");
if( ($opt ==2)&&(strlen($row['pic'])>0)){
$picc= substr($row['pic'], 0, 2 );
if($picc == "20")print ("");
else print ("");
}
print" | | ";
echo" | ";
if($opt==1){
if(strlen($row['pic'])>0)echo" ".$row['subtitle']." | ";
}
echo" ";
?>
|
|
include 'comment.php';
?>
|
}?>