صفحة 1 من 1
?????? ?? ???????
مرسل: الأربعاء إبريل 30, 2008 7:54 pm
بواسطة النائف
?????? ????? ????? ????
???? ??????? ?? ??? ???????
????? ??? ?????? ??????? ????? ????? ?? ???? ???????
??? ???? ????? ?? ??????? ?? ??????? ????? ????? ???? ?? ?? ???????? ????? ???? ?? ???
?????? ????? ??? ???????? ?? ????? ?????? ??? ????? ???????? ??? ????? ???? ??? ??????? ?????? ??????
?????? ????? ???? ??? ??????? ?? ????? ???????? ???? ???? ?? ????? ?? ??????? ??? ???? ????

????? ???????? ??? ??? ?????? ????? ?? ?????? ??????? ?? ???? ??? ???????
?????? ???
?????? ?? ???????
مرسل: الخميس مايو 01, 2008 4:24 pm
بواسطة النائف
??? ????? ??????
?????? ?? ???????
مرسل: الخميس مايو 01, 2008 5:35 pm
بواسطة اليافعي
??? ?? ??? ??????? ??? ????? ??? ???? ?? ??????? ??????? ???? ???? ????
??? ???? ?????? ??? ?????? ????? ??? ???? ????? ??? ??? ???????? ????? ?? ????
1- ??????? ?????
2-??????? ????
3- ??????? ??? ????
??? ???? ??????? ??????? ?? ??????? (??? ?????? ??? ????? ?? ?? ??????? ????? ???? ?????????) ???? ????? ?????? ??????? ???????? ????????? ??? ??? ??????
??? ??? ??? ????? ???? ???? ???? ?? ??????? ????????? ????? ???? ?? ???
?? ???? ??? ???? ???? ??? ??? ???? (??? ????? ?? ????? ???)
???? ???? ????? ?? ????? ?? ??? ???????? ??? ????? ?? ?? ??? ???????? ?? ?????? ??????????
?????? ?? ???????
مرسل: الجمعة مايو 02, 2008 7:39 pm
بواسطة النائف

????? ??? ??? ????? ??? ???? ???? ????????
???? ??? ???? ????? ??? ??? ???? ??????? ????? ???? ??????? ??? ???? ????????
??? ?????? ??? ???? ?? ???? ????? ???? ????? ??? ?? ?????? ??????? ?????? ?? ??? ?????
viewpoll.php
?????? ??? ????? ?????
كود: تحديد الكل
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar" xml:lang="ar">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
<table border="1" width="100%" id="table1">
<tr>
<td bgcolor="#C0C0C0"><b><span lang="ar-sa">??? ?????</span></b></td>
<td bgcolor="#C0C0C0"><b><span lang="ar-sa">?????</span></b></td>
<td bgcolor="#C0C0C0"><b><span lang="ar-sa">??? ???????</span></b></td>
<td bgcolor="#C0C0C0"><b><span lang="ar-sa">????????</span></b></td>
</tr>
<?
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
//$user->session_begin();
//$auth->acl($user->data);
//$user->setup('viewforum');
$sql = 'SELECT `phpbb_poll_votes`.`topic_id` , `phpbb_poll_votes`.`poll_option_id` , `phpbb_poll_votes`.`vote_user_id` , `phpbb_users`.`username` , `phpbb_users`.`user_id` FROM `phpbb_poll_votes` , `phpbb_users` WHERE ( `phpbb_poll_votes`.`vote_user_id` = `phpbb_users`.`user_id` ) ORDER BY `topic_id` , `poll_option_id` , `username` ASC ';
$result = $db->sql_query($sql);
while ($row = $db->sql_fetchrow($result))
{
echo "<tr>";
echo "<td>".$row['vote_user_id']."</td><td>".$row['username']."</td><td>".$row['topic_id']."</td><td>".$row['poll_option_id']."</td>" ;
echo "</tr>";
}
$db->sql_freeresult($result);
?>
</body>
</html>
?????? ???

??? ????? ???? ?????