بارك الله فيك
تمت بنجاح بفضل الله ثم بفضلك والشباب
الكود إلي حطيته مع تعديل بسيط جداً في البداية
كود:<?php // Start view from Post no. "start" if(!isset($start)) { $start = 7; } // The number of posts you want to see if(!isset($count)) { $count = 12; } // url to the forum $forum_url = 'http://localhost/vb'; require("admin/config.php"); $db=mysql_connect($servername,$dbusername,$dbpassword); mysql_select_db($dbname); // The dbase information //$dbserver = 'localhost'; // The server name ( hostname ) //$dbuser = 'username'; // The username //$dbpass = 'password'; // The password //$dbname = 'dbname'; // The database name $db_conn = mysql_connect( $dbserver, $dbuser, $dbpass ); $result = mysql_db_query($dbname, "SELECT thread.threadid AS id,thread.title AS title,thread.replycount AS replycount,thread.forumid AS forumid,forum.title AS forumtitle FROM thread,forum WHERE forum.forumid = thread.forumid ORDER BY thread.lastpost DESC LIMIT $start, $count" , $db_conn); while ($thread = mysql_fetch_array( $result )) { if ($thread[replycount] > 0) { $reply = "رد على موضوع : "; } else { $reply = ""; } echo "<a href='{$forum_url}showthread.php?threadid={$thread[id]}'>{$reply}{$thread[title]}</a> [<a href='{$forum_url}forumdisplay.php?forumid={$thread[forumid]}'>{$thread[forumtitle]}</a>]<br>\n"; } mysql_close( $db_conn ); ?>
مرة أخرى "جوزيت خيراً وأكلت طيراً وزوجت بكراً وأنجبت جيشاً"
لاتزعل من جيشاً، الجيش لتكثير سواد الأمة ولتحرير بلاد المسلمين.



