include "config.php"; dbconnect(); include "header.php"; ?>
|
// Get the info of the announcement $SQLresult = @mysql_query("SELECT * FROM bp_pagesdata WHERE datatype = 'announcement'"); if($row = @mysql_num_rows($SQLresult) == 0) { // do not show the table //print ' تعذر عرض بياناتك لوجود خطأ في الإتصال بقاعدة البيانات '. $row["text"]; } // now append the announcenets to the main page announcement $announcementdata = $announcementdata.$ann; } // show the announcement table ?>
لا يوجد إعلانات لعرضها |
include "menu.php"; ?> | |
| include "linksbar.php"; ?> | ||