صفحة 1 من 1

?? ??????? ?? ?? ????? ????? php

مرسل: السبت يونيو 04, 2005 12:26 am
بواسطة albrince
?????? ...

?????? ???? ???????? ...???????? ?? ????

??????? ??? ???? ???? ?? ???? ???? tbl_preparation . ???? ???? ??? ???????

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



?????? ?????? = ?????? ?? ?????
http://www.bandar-sch.com/books.php


?????? ??????? = ?? ???? ??????
http://www.bandar-sch.com/preparation.php

?????? ?? ???? ???? ..... ??????? ?? ????? ???? ?????? ?? ??????? ????????

[/img][/url]

مرسل: السبت يونيو 04, 2005 3:36 pm
بواسطة عبقري العرب
???? ??????? ??? ?? ??? ??????? ????
?????? ??? ?????? ? ??????? ? ??? ?????

كود: تحديد الكل

$connection = @mysql_connect($dbhost,$dbuser,$dbpasswd); 
$db = @mysql_select_db($dbname, $connection);

$sql = "SELECT * FROM XXXX;";   // XXXX ?? ??? ??????
$sql_result = @mysql_query($sql,$connection);
while ($row = @mysql_fetch_array($sql_result)) {

$id = $row['??? ?????'];

}

مرسل: الأحد يونيو 05, 2005 1:09 am
بواسطة albrince
???? ???? ????? ??? ?????

?????? : ??? ?????? ?? ?? ????? ??? ???????
?????? ?? ???? ???? ???? ??????? ... ????? ??? ?????? ???? ??? ???????
???? ????
????? ?????? ?? ???????? ??? ???? ??????

مرسل: الأحد يونيو 05, 2005 1:35 am
بواسطة ArabFriends
albrince كتب:???? ???? ????? ??? ?????

?????? : ??? ?????? ?? ?? ????? ??? ???????
?????? ?? ???? ???? ???? ??????? ... ????? ??? ?????? ???? ??? ???????
???? ????
????? ?????? ?? ???????? ??? ???? ??????
????? ???? ???????? ?????

مرسل: الاثنين يونيو 06, 2005 9:43 pm
بواسطة albrince
???? ??? ???? ??? ???????? ???? ???? ??? ???????
http://www.bandar-sch.com/books.php


http://www.bandar-sch.com/preparation.php

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

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bandar/public_html/preparation.php on line 27

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bandar/public_html/preparation.php on line 27

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bandar/public_html/preparation.php on line 27

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bandar/public_html/preparation.php on line 27

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bandar/public_html/preparation.php on line 27



????? ???? ?? ???????? ?????? ????? ???? ????? ...
?????? ?? ???????? ??? ???? ?? ???? ?? ????

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

مرسل: الثلاثاء يونيو 07, 2005 2:32 am
بواسطة ArabFriends
???? ????? 27 ? ?? ????? preparation.php

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

???? ??? ??? ?? sql ??????? ?? ???? ?????? ? ????? ?? ?????? ?? ???? ??????? :arrow:

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

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

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

مرسل: الثلاثاء يونيو 07, 2005 12:20 pm
بواسطة albrince
??????? ?????? ???
http://www.bandar-sch.com/books.php

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

مرسل: الثلاثاء يونيو 07, 2005 12:22 pm
بواسطة albrince
??? ??????? ?????? ???????

http://www.bandar-sch.com/preparation.php


????? ????

مرسل: الثلاثاء يونيو 07, 2005 6:11 pm
بواسطة ArabFriends
????? ??? ??? ????? ?? ????? preparation

كود: تحديد الكل

<?php include_once(realpath("templates/header.php")); ?>




        <!-- Start preparation -->
        <div align="center">
                <center>
                <table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
                        <tr>
                                <td width="100%" colspan="2" class="BodyHeader2">
                                        <span class="BodyHeading4">
                                                <br><?php echo $siteName . "  &Ecirc;&Iacute;&Ccedil;&Ouml;&iacute;&Ntilde; &atilde;&auml;&aelig;&Uacute;&Eacute;"; ?><br><br>
                                        </span>
                                </td>
                        </tr>
                        <tr>
                                <td width="100%" height="20" colspan="2" valign="top">
                                <?php

                                        $tResult = mysql_query("select pk_tId, tName from tbl_Topics order by tName");

                                        while($tRow = mysql_fetch_array($tResult))
                                        {
                                                $bResult = mysql_query("select bTitle, bURL from tbl_preparation where bTopicIds = '{$tRow['pk_tId']}' or bTopicIds like '{$tRow['pk_tId']},%' or bTopicIds like '%, {$tRow['pk_tId']},%' or bTopicIds like '%, {$tRow['pk_tId']}' order by bTitle asc");

                                                if(mysql_num_rows($bResult) > 0)
                                                {
                                                        echo "<img src='images/gd.gif'><span class='BodyHeading4'> " . $tRow["tName"] . "</span><br>";
                                                        while($bRow = mysql_fetch_array($bResult))
                                                        {
                                                                echo "    <img src='images/join.gif'>  <a href='" . $bRow["bURL"] . "' target='_blank'><span class='Link2'>" . $bRow["bTitle"] . "</span></a><br>";
                                                        }
                                                        echo "<br>";
                                                }
                                        }
                                ?>
                                </td>
                        </tr>
                </table>
                </center>
        </div>
        <!-- End preparation -->


<?php include_once(realpath("templates/footer.php")); ?>


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

مرسل: الأربعاء يونيو 08, 2005 1:25 am
بواسطة albrince
???? ?? ???? ?????

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

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

مرسل: الأربعاء يونيو 08, 2005 4:54 pm
بواسطة ArabFriends
??? ???? ????? ??????? ???? ??? ?????? ??????

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