كود ربط المقالات بالصفحة الرئيسية
كود PHP:
<?
$Sql = "select * from subject order by ID desc limit 6";
$Result = mysql_query($Sql);
while ($Row = mysql_fetch_array($Result))
{
$ID=$Row[ID];
$name =$Row[pname];
$title=$Row[pname];
$visit =$Row[pvisits ];
$tarekh=$Row[pdate];
$koliat_cat=$Row[psub];
$ii=$ii+1;
$pic=$Row[pic];
$file=$Row[file];
$hagm_file=$Row[hagm_file];
$short=$Row[short];
echo"
<table width=100% dir=rtl border=0 CELLPADDING=0 CELLSPACING=0><TR><TD width=1%>
<img src=images/blackpoint.gif>
</tD><TD width=90%><font class=lazez>
<a href=apages.php?pids=$ID&ids=do title='$title'>
<B>$name</a>
</tD></tr></table>
";
}
?>
__________________
إِنْ لَمْ تُحْسِنْ ظنَّكَ بِهِ لِأَجْلِ وَصْفِهْ فَحَسِّنْ
ظَنَّكَ بِهِ لِأَجْلِ مُعَامَلَتِهِ مَعَكْ فَهَلْ عَوَّدَكَ إِلَّا حَسَنًا؟
وَهَلْ أَسْدَى إِلَيْكَ إِلَّا مِنَنًا؟